PhpSpreadsheet/src/PhpSpreadsheet/Exception.php
2017-10-08 01:21:32 +09:00

8 lines
83 B
PHP

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