class

Dag::CycleDetectedError

Inherits Exception < Reference < Object

Raised when a graph is cyclic.

If a cycle is detected, this error will be risen with the key of the vertex found twice in a going-over.

Constructors

new(v)

Key will be the key of vertex found twice in a going-over of graph.

Source