We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7108333 commit a791973Copy full SHA for a791973
system/Security/Exceptions/SecurityException.php
@@ -12,8 +12,9 @@
12
namespace CodeIgniter\Security\Exceptions;
13
14
use CodeIgniter\Exceptions\FrameworkException;
15
+use CodeIgniter\Exceptions\HTTPExceptionInterface;
16
-class SecurityException extends FrameworkException
17
+class SecurityException extends FrameworkException implements HTTPExceptionInterface
18
{
19
public static function forDisallowedAction()
20
0 commit comments