authentik.lib.expression.exceptions

1from authentik.lib.sentry import SentryIgnoredException
2
3
4class ControlFlowException(SentryIgnoredException):
5    """Exceptions used to control the flow from exceptions, not reported as a warning/
6    error in logs"""
class ControlFlowException(authentik.lib.sentry.SentryIgnoredException):
5class ControlFlowException(SentryIgnoredException):
6    """Exceptions used to control the flow from exceptions, not reported as a warning/
7    error in logs"""

Exceptions used to control the flow from exceptions, not reported as a warning/ error in logs