123456789_123456789_123456789_123456789_123456789_

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
  • Object
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

Instance Attribute Details

#name (rw)

Name of gem

[ GitHub ]

  
# File 'lib/rubygems/errors.rb', line 18

attr_accessor :name

#requirement (rw)

Version requirement of gem

[ GitHub ]

  
# File 'lib/rubygems/errors.rb', line 21

attr_accessor :requirement