Exception: Gem::Exception
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Gem::Exception
- 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.
Direct Known Subclasses
CommandLineError, DependencyError, DependencyRemovalException, DocumentError, EndOfYAMLException, FilePermissionError, FormatException, GemNotFoundException, GemNotInHomeException, ImpossibleDependenciesError, InstallError, InvalidSpecificationException, OperationNotSupportedError, Package::Error, RemoteError, RemoteFetcher::FetchError, RemoteInstallationCancelled, RemoteInstallationSkipped, RemoteSourceException, RequestSet::Lockfile::ParseError, RubyVersionMismatch, S3URISigner::ConfigurationError, S3URISigner::InstanceProfileError, Security::Exception, UninstallError, VerificationError
Instance Attribute Summary collapse
-
#source_exception ⇒ Object
– TODO: remove in RubyGems 4, nobody sets this.
Method Summary
Methods included from Deprecate
deprecate, skip, skip=, skip_during
Instance Attribute Details
#source_exception ⇒ Object
– TODO: remove in RubyGems 4, nobody sets this
14 15 16 |
# File 'lib/rubygems/exceptions.rb', line 14 def source_exception @source_exception end |