| Class | Bundler::Molinillo::CircularDependencyError |
| In: |
lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
|
| Parent: | ResolverError |
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}
| dependencies | [R] |
|
@param [Array<DependencyGraph::Vertex>] nodes the nodes in the dependency
that caused the error