mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-03-06 12:44:20 +01:00
8 lines
115 B
PHP
8 lines
115 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Tvdt\Exception;
|
|
|
|
class ErrorClearingQuizException extends \Exception {}
|