10 lines
192 B
PHP
10 lines
192 B
PHP
<?php
|
|
|
|
namespace TablePress\PhpOffice\PhpSpreadsheet\Chart;
|
|
|
|
use TablePress\PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
|
|
|
|
class Exception extends PhpSpreadsheetException
|
|
{
|
|
}
|