authentik/passbook/flows/exceptions.py

6 lines
134 B
Python

"""flow exceptions"""
class FlowNonApplicableError(BaseException):
"""Exception raised when a Flow does not apply to a user."""