Files
TijdVoorDeTest/src/Exception/SpreadsheetException.php

8 lines
109 B
PHP

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