nodedge.blocks.block_exception¶
Block exception module containing EvaluationError,
MissInputError, and RedundantInputError classes.
- exception nodedge.blocks.block_exception.EvaluationError¶
Bases:
ExceptionEvaluationErrorclassIf a block cannot be evaluated, raise this error.
- exception nodedge.blocks.block_exception.MissInputError¶
Bases:
EvaluationErrorMissInputErrorclassIf an input is missing to a block, preventing it to be evaluated, raise this error.
- exception nodedge.blocks.block_exception.RedundantInputError¶
Bases:
EvaluationErrorRedundantInputErrorclassIf two different inputs are connected to a single input socket of a block, raise this error.