Files
zyt/server/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
T
2026-03-01 14:17:59 +08:00

8 lines
83 B
PHP

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