Files
TijdVoorDeTest/src/Exception/ErrorClearingQuizException.php

8 lines
115 B
PHP

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