Files
trf_certest/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php
T
2025-03-28 08:52:46 +01:00

10 lines
112 B
PHP

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