authentik/passbook/sources/oauth/exceptions.py

7 lines
189 B
Python

"""OAuth Source Exception"""
from passbook.lib.sentry import SentryIgnoredException
class OAuthSourceException(SentryIgnoredException):
"""General Error during OAuth Flow occurred"""