Exception: Gem::Exception

Inherits:
RuntimeError
  • Object
show all
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 collapse

Instance Attribute Details

#source_exceptionObject

– TODO: remove in RubyGems 3, nobody sets this



15
16
17
# File 'lib/rubygems/exceptions.rb', line 15

def source_exception
  @source_exception
end