diff options
Diffstat (limited to 'gn_auth/auth/authentication/exceptions.py')
-rw-r--r-- | gn_auth/auth/authentication/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gn_auth/auth/authentication/exceptions.py b/gn_auth/auth/authentication/exceptions.py new file mode 100644 index 0000000..c31e691 --- /dev/null +++ b/gn_auth/auth/authentication/exceptions.py @@ -0,0 +1,4 @@ +"""Exceptions for authentication""" + +class AuthenticationError(Exception): + """Base exception class for `gn3.auth.authentication` package.""" |