mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-27 03:38:40 +00:00
10 lines
170 B
PHP
Executable File
10 lines
170 B
PHP
Executable File
<?php
|
|
|
|
namespace PhpOffice\PhpSpreadsheet\Chart;
|
|
|
|
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
|
|
|
|
class Exception extends PhpSpreadsheetException
|
|
{
|
|
}
|