Files
swiftadmin/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
2023-04-25 20:11:49 +08:00

8 lines
83 B
PHP

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