add forbidden exception

This commit is contained in:
Yisroel Baum 2026-04-24 13:25:52 +03:00
parent d549cf914f
commit 2666f40c27
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

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