From f239642354e9ca2bdecca2d83970bcac79580d25 Mon Sep 17 00:00:00 2001 From: Kernel_Panic Date: Wed, 17 Feb 2021 23:22:19 +0000 Subject: [PATCH] Implement exception class for Gone Http error --- Slim/Exception/HttpGoneException.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 Slim/Exception/HttpGoneException.php diff --git a/Slim/Exception/HttpGoneException.php b/Slim/Exception/HttpGoneException.php new file mode 100755 index 000000000..283d73794 --- /dev/null +++ b/Slim/Exception/HttpGoneException.php @@ -0,0 +1,27 @@ +