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
# File lib/dep_selector/exceptions.rb, line 31 def initialize(message, unsatisfiable_solution_constraint, disabled_non_existent_packages = [], disabled_most_constrained_packages = []) @message = message @unsatisfiable_solution_constraint = unsatisfiable_solution_constraint @disabled_non_existent_packages = disabled_non_existent_packages @disabled_most_constrained_packages = disabled_most_constrained_packages end
Generated with the Darkfish Rdoc Generator 2.