Class DepSelector::Exceptions::InvalidSolutionConstraints
In: lib/dep_selector/exceptions.rb
Parent: ArgumentError

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.

Methods

new  

Attributes

constrained_to_no_versions  [R] 
non_existent_packages  [R] 

Public Class methods

[Validate]