This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
2020-09-25 23:26:06 +00:00
|
|
|
"""OAuth Source Exception"""
|
2020-09-25 22:34:57 +00:00
|
|
|
from passbook.lib.sentry import SentryIgnoredException
|
|
|
|
|
|
|
|
|
|
|
|
class OAuthSourceException(SentryIgnoredException):
|
|
|
|
"""General Error during OAuth Flow occurred"""
|