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 | 
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 134
attr_reader :errors
#name (readonly)
The name of the gem that could not be found.
# File 'lib/rubygems/exceptions.rb', line 124
attr_reader :name
#version (readonly)
The version of the gem that could not be found.
# File 'lib/rubygems/exceptions.rb', line 129
attr_reader :version