Files
TijdVoorDeTest/src/Exception/SpreadsheetException.php
T
2025-04-28 23:01:37 +02:00

8 lines
108 B
PHP

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