Files
zyt/server/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
T
2026-05-11 17:49:38 +08:00

8 lines
83 B
PHP
Executable File

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