Files
TijdVoorDeTest/src/Exception/SpreadsheetException.php
T
2025-09-28 18:14:58 +02:00

8 lines
109 B
PHP

<?php
declare(strict_types=1);
namespace Tvdt\Exception;
class SpreadsheetException extends \Exception {}