Files
trf_certest/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Exception.php
T
2025-03-28 08:52:46 +01:00

10 lines
171 B
PHP

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