production/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
2025-12-01 16:12:12 +00:00

10 lines
112 B
PHP
Executable File

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