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}

Methods

new  

Attributes

dependencies  [R] 
Set<Object>
the dependencies responsible for causing the error

Public Class methods

@param [Array<DependencyGraph::Vertex>] nodes the nodes in the dependency

  that caused the error

[Validate]