Skip to content

Commit 779bb12

Browse files
authored
Merge pull request #703 from kenjis/fix-exception-base-class
fix: incorrect base class for exceptions
2 parents 281ea87 + 541d399 commit 779bb12

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Exceptions/SecurityException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
namespace CodeIgniter\Shield\Exceptions;
66

7-
use RuntimeException;
8-
97
class SecurityException extends RuntimeException
108
{
119
}

src/Exceptions/ValidationException.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44

55
namespace CodeIgniter\Shield\Exceptions;
66

7-
use RuntimeException;
8-
97
class ValidationException extends RuntimeException
108
{
119
}

0 commit comments

Comments
 (0)