add unauthorized exception

This commit is contained in:
Yisroel Baum 2026-04-24 13:20:22 +03:00
parent f012728876
commit 271f28936d
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -0,0 +1,5 @@
<?php
namespace App\Exceptions;
class UnauthorizedException extends \RuntimeException {}