7 lines
189 B
Python
7 lines
189 B
Python
"""OAuth Source Exception"""
|
|
from passbook.lib.sentry import SentryIgnoredException
|
|
|
|
|
|
class OAuthSourceException(SentryIgnoredException):
|
|
"""General Error during OAuth Flow occurred"""
|