diff options
Diffstat (limited to 'src/Errors/UnauthorizedError.php')
| -rwxr-xr-x | src/Errors/UnauthorizedError.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Errors/UnauthorizedError.php b/src/Errors/UnauthorizedError.php index 97df025..cd9981f 100755 --- a/src/Errors/UnauthorizedError.php +++ b/src/Errors/UnauthorizedError.php @@ -2,6 +2,7 @@ namespace App\Errors; +use Matrix\Enums\ErrorCode; use Symfony\Component\HttpFoundation\Response; class UnauthorizedError extends Exception |
