
* format files Signed-off-by: Jens Langhammer <jens@goauthentik.io> * fix pyright Signed-off-by: Jens Langhammer <jens@goauthentik.io> * revert #8367 Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
8 lines
251 B
Python
8 lines
251 B
Python
"""authentik core exceptions"""
|
|
|
|
from authentik.lib.sentry import SentryIgnoredException
|
|
|
|
|
|
class PropertyMappingExpressionException(SentryIgnoredException):
|
|
"""Error when a PropertyMapping Exception expression could not be parsed or evaluated."""
|