class Gem::DependencyResolutionError
Raised byGem::Resolver when a Gem::Dependency::Conflict reaches the toplevel. Indicates which dependencies were incompatible throughconflict andconflicting_dependencies
Attributes
Public Class Methods
Source
# File lib/rubygems/exceptions.rb, line 44definitialize(conflict)@conflict =conflicta,b =conflicting_dependenciessuper"conflicting dependencies #{a} and #{b}\n#{@conflict.explanation}"end
Calls superclass method
Exception::newPublic Instance Methods
Source
# File lib/rubygems/exceptions.rb, line 51defconflicting_dependencies@conflict.conflicting_dependenciesend