authentik/passbook/sources/oauth/exceptions.py

6 lines
160 B
Python

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