Exception: Gem::S3URISigner::ConfigurationError

Inherits:
Exception
  • Object
show all
Defined in:
lib/rubygems/s3_uri_signer.rb

Instance Attribute Summary

Attributes inherited from Exception

#source_exception

Instance Method Summary collapse

Methods included from Deprecate

deprecate, skip, skip=, skip_during

Constructor Details

#initialize(message) ⇒ ConfigurationError

Returns a new instance of ConfigurationError.



12
13
14
# File 'lib/rubygems/s3_uri_signer.rb', line 12

def initialize(message)
  super message
end

Instance Method Details

#to_sObject

:nodoc:



16
17
18
# File 'lib/rubygems/s3_uri_signer.rb', line 16

def to_s # :nodoc:
  "#{super}"
end