lib: add SentryIgnoredException, to easily ignore exceptions from sentry
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
"""passbook SAML IDP Exceptions"""
|
||||
from passbook.lib.sentry import SentryIgnoredException
|
||||
|
||||
|
||||
class CannotHandleAssertion(Exception):
|
||||
class CannotHandleAssertion(SentryIgnoredException):
|
||||
"""This processor does not handle this assertion."""
|
||||
|
||||
Reference in New Issue
Block a user