Files
yusheng-php/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
2025-10-20 10:02:41 +08:00

8 lines
83 B
PHP

<?php
namespace PhpOffice\PhpSpreadsheet;
class Exception extends \Exception
{
}