surat/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Exception.php

10 lines
112 B
PHP
Raw Normal View History

2024-12-25 03:04:59 +00:00
<?php
namespace PhpOffice\PhpSpreadsheet;
use RuntimeException;
class Exception extends RuntimeException
{
}