Exceptions
- exception business_logic.exceptions.InterpretationException
Wraps python exception raised during running
business_logic.models.Node.interpret()
.
- exception business_logic.exceptions.StopInterpretationException
Exception for stop interpretation. This feature not implemented.
- exception business_logic.exceptions.BreakLoopException
Exception for breaking loops. This feature not implemented.
See also