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

10 lines
171 B
PHP

<?php
namespace PhpOffice\PhpSpreadsheet\Reader;
use PhpOffice\PhpSpreadsheet\Exception as PhpSpreadsheetException;
class Exception extends PhpSpreadsheetException
{
}