Parent

Methods

DepSelector::Exceptions::InvalidSolutionConstraints

This exception is thrown during Selector#find_solution if any of the solution constraints make finding solution impossible. The two cases are if a solution constraint references a package that doesn't exist or if the constraint on an extant package matches no versions.

Attributes

constrained_to_no_versions[R]
non_existent_packages[R]

Public Class Methods

new(non_existent_packages, constrained_to_no_versions) click to toggle source
# File lib/dep_selector/exceptions.rb, line 57
def initialize(non_existent_packages, constrained_to_no_versions)
  @non_existent_packages = non_existent_packages
  @constrained_to_no_versions = constrained_to_no_versions
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.