summaryrefslogtreecommitdiff
path: root/src/Errors/UnauthorizedError.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Errors/UnauthorizedError.php')
-rwxr-xr-xsrc/Errors/UnauthorizedError.php1
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