aboutsummaryrefslogtreecommitdiff
path: root/gn_auth/auth/authentication/exceptions.py
blob: c31e6918e0a9b7b4dfc1c6b4f76b3fa6b3b1d5f4 (plain)
1
2
3
4
"""Exceptions for authentication"""

class AuthenticationError(Exception):
    """Base exception class for `gn3.auth.authentication` package."""