sagacity/inc/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
2018-05-07 10:51:08 -04:00

8 lines
83 B
PHP

<?php
namespace PhpOffice\PhpSpreadsheet;
class Exception extends \Exception
{
}