Files
sbnews/server/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
T
2026-06-11 12:15:29 +08:00

8 lines
83 B
PHP

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