7 lines
202 B
Python
7 lines
202 B
Python
|
"""passbook SAML IDP Exceptions"""
|
||
|
from passbook.lib.sentry import SentryIgnoredException
|
||
|
|
||
|
|
||
|
class CannotHandleAssertion(SentryIgnoredException):
|
||
|
"""This processor does not handle this assertion."""
|