athenahr/app/Exceptions/IncompatibleAgeException.php

10 lines
103 B
PHP

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