aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/authorisation/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn3/auth/authorisation/exceptions.py')
-rw-r--r--gn3/auth/authorisation/exceptions.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/gn3/auth/authorisation/exceptions.py b/gn3/auth/authorisation/exceptions.py
new file mode 100644
index 0000000..16fc9bb
--- /dev/null
+++ b/gn3/auth/authorisation/exceptions.py
@@ -0,0 +1,8 @@
+"""Authorisation exceptions"""
+
+class AuthorisationError(Exception):
+ """
+ Top-level exception for the `gn3.auth.authorisation` package.
+
+ All exceptions in this package should inherit from this class.
+ """