glhcp/server/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php

8 lines
83 B
PHP
Raw Normal View History

2023-08-10 06:59:52 +00:00
<?php
namespace PhpOffice\PhpSpreadsheet;
class Exception extends \Exception
{
}