class

Molinillo::CircularDependencyError(P, R)

Inherits Molinillo::ResolverError < Exception < Reference < Object

An error caused by attempting to fulfil a dependency that was circular

@note This exception will be thrown iff a {Vertex} is added to a {DependencyGraph} that has a {DependencyGraph::Vertex#path_to?} an existing {DependencyGraph::Vertex}

Constructors

Initializes a new error with the given circular vertices. @param [ArrayDependencyGraph::Vertex] vertices the vertices in the dependency that caused the error

Source

Instance methods

vertices

[Set] the dependencies responsible for causing the error

Source