Exception: Gem::Exception

Inherits:
RuntimeError
  • Object
show all
Extended by:
Deprecate
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

Method Summary

Methods included from Deprecate

deprecate, skip, skip=, skip_during

Instance Attribute Details

#source_exceptionObject

– TODO: remove in RubyGems 4, nobody sets this



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

def source_exception
  @source_exception
end