Exception: Gem::LoadError
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
| Subclasses: | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          LoadError
         | |
| Instance Chain: 
          self,
          LoadError
         | |
| Inherits: | LoadError 
 | 
| Defined in: | lib/rubygems/errors.rb | 
Overview
Raised when RubyGems is unable to load or activate a gem. Contains the name and version requirements of the gem that either conflicts with already activated gems or that RubyGems is otherwise unable to activate.
Instance Attribute Summary
- 
    
      #name  
    
    rw
    Name of gem. 
- 
    
      #requirement  
    
    rw
    Version requirement of gem. 
Instance Attribute Details
#name (rw)
Name of gem
# File 'lib/rubygems/errors.rb', line 16
attr_accessor :name
#requirement (rw)
Version requirement of gem
# File 'lib/rubygems/errors.rb', line 19
attr_accessor :requirement