Skip to content

Commit a791973

Browse files
committed
fix: SecurityException implements HTTPExceptionInterface
1 parent 7108333 commit a791973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

system/Security/Exceptions/SecurityException.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
namespace CodeIgniter\Security\Exceptions;
1313

1414
use CodeIgniter\Exceptions\FrameworkException;
15+
use CodeIgniter\Exceptions\HTTPExceptionInterface;
1516

16-
class SecurityException extends FrameworkException
17+
class SecurityException extends FrameworkException implements HTTPExceptionInterface
1718
{
1819
public static function forDisallowedAction()
1920
{

0 commit comments

Comments
 (0)