ringfinger/backend/classes/exception/UserException.php

7 lines
80 B
PHP
Raw Normal View History

2020-08-17 23:46:58 +02:00
<?php
declare(strict_types=1);
final class UserException extends Exception
{
}