feat: allow users to set their age

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-24 00:15:41 +01:00
parent ad4571db2a
commit 59351ef7bc
8 changed files with 173 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
namespace App\Exceptions;
use Exception;
class IncompatibleAgeException extends Exception
{
}