Exception: Gem::S3URISigner::ConfigurationError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::Gem::Exception,
RuntimeError
|
|
|
Instance Chain:
self,
::Gem::Exception,
RuntimeError
|
|
| Inherits: |
Gem::Exception
|
| Defined in: | lib/rubygems/s3_uri_signer.rb |
Class Method Summary
- .new(message) ⇒ ConfigurationError constructor
Instance Method Summary
- #to_s Internal use only
Constructor Details
.new(message) ⇒ ConfigurationError
# File 'lib/rubygems/s3_uri_signer.rb', line 13
def initialize() super end
Instance Method Details
#to_s
This method is for internal use only.
[ GitHub ]
# File 'lib/rubygems/s3_uri_signer.rb', line 17
def to_s # :nodoc: super.to_s end