radiantproduction/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
2026-03-01 04:20:18 +00:00

10 lines
112 B
PHP
Executable File

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