Source code for duck.contrib.auth.exceptions

"""
Exceptions for authentication exceptions.
"""

[docs] class AuthenticationError(Exception): """ Exception raised when an authentication error happens. """