lib: add SentryIgnoredException, to easily ignore exceptions from sentry
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
"""passbook core exceptions"""
|
||||
from passbook.lib.sentry import SentryIgnoredException
|
||||
|
||||
|
||||
class PropertyMappingExpressionException(Exception):
|
||||
class PropertyMappingExpressionException(SentryIgnoredException):
|
||||
"""Error when a PropertyMapping Exception expression could not be parsed or evaluated."""
|
||||
|
Reference in New Issue
Block a user