From ec467df499ae06ddffa989a11207ab61f2fe0330 Mon Sep 17 00:00:00 2001 From: Joe Theuerkauf <105436210+jtheuerkauf@users.noreply.github.com> Date: Tue, 2 May 2023 13:03:41 -0400 Subject: [PATCH] Create ForbiddenHttpException.php Add Exception class with formal "Forbidden" name for 403 --- src/ForbiddenHttpException.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/ForbiddenHttpException.php diff --git a/src/ForbiddenHttpException.php b/src/ForbiddenHttpException.php new file mode 100644 index 0000000..a27d347 --- /dev/null +++ b/src/ForbiddenHttpException.php @@ -0,0 +1,16 @@ +