summaryrefslogtreecommitdiffstats
path: root/application/exceptions/NotAuthenticatedException.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/exceptions/NotAuthenticatedException.php')
-rw-r--r--application/exceptions/NotAuthenticatedException.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/exceptions/NotAuthenticatedException.php b/application/exceptions/NotAuthenticatedException.php
index de26318d8..99ddd82fc 100644
--- a/application/exceptions/NotAuthenticatedException.php
+++ b/application/exceptions/NotAuthenticatedException.php
@@ -9,6 +9,6 @@ namespace exceptions;
class NotAuthenticatedException extends UserInputException {
public function get_http_error_code()
{
- return 401;
+ return 403;
}
}