init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
9
lib/PhpSpreadsheet/Chart/Exception.php
Normal file
9
lib/PhpSpreadsheet/Chart/Exception.php
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
|
||||
namespace PhpOffice\PhpSpreadsheet\Chart;
|
||||
|
||||
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
|
||||
|
||||
class Exception extends PhpSpreadsheetException
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue