Resources/PhpOffice/PhpSpreadsheet/Chart/Exception.php
2025-04-02 14:15:06 +00:00

10 lines
170 B
PHP

<?php
namespace PhpOffice\PhpSpreadsheet\Chart;
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
class Exception extends PhpSpreadsheetException
{
}