melder/vendor/PhpSpreadsheet/Exception.php
2024-02-16 15:35:01 +01:00

8 lines
83 B
PHP

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