Exception: Gem::Exception
  
    | Relationships & Source Files | 
  
  
    | Extension / Inclusion / Inheritance Descendants | 
    
      | Subclasses: 
          CommandLineError, DependencyError , DependencyRemovalException , DependencyResolutionError , DocumentError , EndOfYAMLException , FilePermissionError , FormatException , GemNotFoundException , GemNotInHomeException , ImpossibleDependenciesError , InstallError , InvalidSpecificationException , OperationNotSupportedError , RemoteError , RemoteInstallationCancelled , RemoteInstallationSkipped , RemoteSourceException , RubyVersionMismatch , RuntimeRequirementNotMetError , SpecificGemNotFoundException , UnsatisfiableDependencyError , VerificationError , Gem::Ext::BuildError , Package::Error , Package::FormatError , Package::NonSeekableIO , Package::PathError , Package::TarInvalidError , Package::TooLongFileName , RemoteFetcher::FetchError , RemoteFetcher::UnknownHostError , Security::Exception , RequestSet::Lockfile::ParseError | 
    | Super Chains via Extension / Inclusion / Inheritance | 
    
      | Class Chain: 
          self,
          RuntimeError
         | 
    
      | Instance Chain: 
          self,
          RuntimeError
         | 
    
      | Inherits: | RuntimeError 
          ObjectRuntimeErrorGem::Exception | 
    
      | Defined in: | lib/rubygems/exceptions.rb | 
  
 
Overview
  
    
Base exception class for RubyGems.  All exception raised by RubyGems are a subclass of this one.
   
 
 
Instance Attribute Summary
  
Instance Attribute Details
  
    #source_exception   
  
  
    This method is for internal use only.
  
  [ GitHub ]
  
  
# File 'lib/rubygems/exceptions.rb', line 16
attr_accessor :source_exception