melder/vendor/PhpSpreadsheet/Exception.php

8 lines
83 B
PHP
Raw Normal View History

2024-02-16 15:35:01 +01:00
<?php
namespace PhpOffice\PhpSpreadsheet;
class Exception extends \Exception
{
}