aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/authorisation/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/auth/authorisation/errors.py')
-rw-r--r--gn3/auth/authorisation/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn3/auth/authorisation/errors.py b/gn3/auth/authorisation/errors.py
index fa2d6b7..89c5983 100644
--- a/gn3/auth/authorisation/errors.py
+++ b/gn3/auth/authorisation/errors.py
@@ -6,6 +6,7 @@ class AuthorisationError(Exception):
All exceptions in this package should inherit from this class.
"""
+ error_code: int = 500
class UserRegistrationError(AuthorisationError):
"""Raised whenever a user registration fails"""