2022-11-28 10:24:23 +01:00

8 lines
83 B
PHP
Executable File

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