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

10 lines
171 B
PHP
Executable File

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