this stuff works

This commit is contained in:
spencerrlongg
2024-10-21 17:31:26 -05:00
parent 95a32864cf
commit e40849c910
11 changed files with 90 additions and 514 deletions
@@ -0,0 +1,10 @@
<?php
namespace App\Exceptions;
use Exception;
class UserDoestExistException extends Exception
{
}