Files
Document-Management-System-…/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Exception.php
2021-04-07 19:25:18 -04:00

10 lines
171 B
PHP

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