Class Bundler::Molinillo::NoSuchDependencyError
In: lib/bundler/vendor/molinillo/lib/molinillo/errors.rb
Parent: ResolverError

An error caused by searching for a dependency that is completely unknown, i.e. has no versions available whatsoever.

Methods

message   new  

Attributes

dependency  [RW]  @return [Object] the dependency that could not be found
required_by  [RW]  @return [Array<Object>] the specifications that depended upon {dependency}

Public Class methods

@param [Object] dependency @see {dependency} @param [Array<Object>] required_by @see {required_by}

Public Instance methods

[Validate]