aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/authorisation/exceptions.py
blob: 16fc9bb916669b92828af4eacabe88ad23151a81 (plain)
1
2
3
4
5
6
7
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.
    """