Files
athenahr/app/Exceptions/IncompatibleAgeException.php
2022-10-24 00:15:41 +01:00

10 lines
103 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class IncompatibleAgeException extends Exception
{
}