pyre.algebraic.exceptions¶
Module Contents¶
-
exception
pyre.algebraic.exceptions.NodeError¶ Bases:
pyre.framework.exceptions.FrameworkErrorBase class for pyre.algebraic errors. Useful as a catch-all
-
exception
pyre.algebraic.exceptions.CircularReferenceError(node, path=(), **kwds)¶ Bases:
pyre.algebraic.exceptions.NodeErrorSignal a circular reference in the evaluation graph
-
description= the evaluation graph has a cycle at {0.node}¶
-