Gem::Exception
Raised by Gem::Resolver when dependencies conflict and create the inability to find a valid possible spec for a request.
# File rubygems/exceptions.rb, line 139 def initialize(request, conflicts) @request = request @conflicts = conflicts super build_message end
# File rubygems/exceptions.rb, line 160 def dependency @request.dependency end
This page was generated for Ruby 2.6.10
Generated with Ruby-doc Rdoc Generator 0.42.0.