2023-11-09 14:09:52 +08:00

8 lines
83 B
PHP
Executable File

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