authentik.lib.expression.exceptions
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