Exception: Gem::SpecificGemNotFoundException
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
GemNotFoundException ,
Exception ,
RuntimeError
|
|
Instance Chain:
self,
GemNotFoundException ,
Exception ,
RuntimeError
|
|
Inherits: |
Gem::GemNotFoundException
|
Defined in: | lib/rubygems/exceptions.rb |
Overview
Raised by the DependencyInstaller
when a specific gem cannot be found
Class Method Summary
Instance Attribute Summary
Constructor Details
.new(name, version, errors = nil) ⇒ SpecificGemNotFoundException
Instance Attribute Details
#errors (readonly)
Errors encountered attempting to find the gem.
# File 'lib/rubygems/exceptions.rb', line 137
attr_reader :errors
#name (readonly)
The name of the gem that could not be found.
# File 'lib/rubygems/exceptions.rb', line 127
attr_reader :name
#version (readonly)
The version of the gem that could not be found.
# File 'lib/rubygems/exceptions.rb', line 132
attr_reader :version