athenahr/app/Exceptions/IncompatibleAgeException.php
miguel456 2b1caeb80c
branch commit
Signed-off-by: miguel456 <me@nogueira.codes>
2023-06-29 18:21:58 +01:00

10 lines
103 B
PHP
Executable File

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