Files
faveo/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Exception.php
RafficMohammed da241bacb6 updated-packages
2023-01-08 00:13:22 +05:30

10 lines
171 B
PHP

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