Class: Configuration::S3NoSuchKeyError

Inherits:
ConfigurationError
  • Object
show all
Defined in:
lib/httpimagestore/configuration/s3.rb

Instance Method Summary collapse

Constructor Details

#initialize(bucket, path) ⇒ S3NoSuchKeyError

Returns a new instance of S3NoSuchKeyError.



22
23
24
# File 'lib/httpimagestore/configuration/s3.rb', line 22

def initialize(bucket, path)
	super "S3 bucket '#{bucket}' does not contain key '#{path}'"
end