Class DepSelector::Exceptions::NoSolutionExists
In: lib/dep_selector/exceptions.rb
Parent: StandardError

This exception is what the client of dep_selector should catch. It contains the solution constraint that introduces unsatisfiability, as well as the set of packages that are required to be disabled due to

Methods

new  

Attributes

disabled_most_constrained_packages  [R] 
disabled_non_existent_packages  [R] 
message  [R] 
unsatisfiable_solution_constraint  [R] 

Public Class methods

[Validate]