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

Returns the value of attribute source_exception



10
11
12
# File 'lib/rubygems/exceptions.rb', line 10

def source_exception
  @source_exception
end