diff options
Diffstat (limited to 'application/exceptions')
-rw-r--r-- | application/exceptions/NotAuthenticatedException.php | 2 |
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; } } |