We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207edd9 commit 756f8dcCopy full SHA for 756f8dc
1 file changed
src/Exceptions/HTTPException.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+namespace CodeIgniter\Shield\Exceptions;
4
5
+use CodeIgniter\HTTP\Exceptions\HTTPException as FrameworkHTTPException;
6
7
+class HTTPException extends FrameworkHTTPException implements BaseException
8
+{
9
+}
0 commit comments