authentik.sources.oauth.exceptions

OAuth Source Exception

1"""OAuth Source Exception"""
2
3from authentik.lib.sentry import SentryIgnoredException
4
5
6class OAuthSourceException(SentryIgnoredException):
7    """General Error during OAuth Flow occurred"""
class OAuthSourceException(authentik.lib.sentry.SentryIgnoredException):
7class OAuthSourceException(SentryIgnoredException):
8    """General Error during OAuth Flow occurred"""

General Error during OAuth Flow occurred