class Molinillo::CircularDependencyError(P, R)
- Molinillo::CircularDependencyError(P, R)
- Molinillo::ResolverError
- Exception
- Reference
- Object
Overview
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}
Defined in:
molinillo/errors.crConstructors
-
.new(vertices : Array(Molinillo::DependencyGraph::Vertex(P, R)))
Initializes a new error with the given circular vertices.