From 271f28936d5b6976b23e56ca4140e2b22000095b Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 24 Apr 2026 13:20:22 +0300 Subject: [PATCH] add unauthorized exception --- app/Exceptions/UnauthorizedException.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/Exceptions/UnauthorizedException.php diff --git a/app/Exceptions/UnauthorizedException.php b/app/Exceptions/UnauthorizedException.php new file mode 100644 index 0000000..8c3b1de --- /dev/null +++ b/app/Exceptions/UnauthorizedException.php @@ -0,0 +1,5 @@ +