Exception: Wurk::Flow::CycleError
- Inherits:
-
InvalidGraph
- Object
- ArgumentError
- InvalidGraph
- Wurk::Flow::CycleError
- Defined in:
- lib/wurk/flow.rb
Overview
Raised when the graph is not acyclic. Carries the whole cycle path: the node names alone do not tell you which edge to delete.