mirror of
https://github.com/MarijnDoeve/TijdVoorDeTest.git
synced 2026-07-05 23:20:18 +02:00
8 lines
121 B
PHP
8 lines
121 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace Tvdt\Exception;
|
|
|
|
class BankQuestionAlreadyUsedException extends \Exception {}
|