Class: Configuration::S3NoSuchKeyError
- Inherits:
-
ConfigurationError
- Object
- Configuration::S3NoSuchKeyError
- Defined in:
- lib/httpimagestore/configuration/s3.rb
Instance Method Summary collapse
-
#initialize(bucket, path) ⇒ S3NoSuchKeyError
constructor
A new instance of S3NoSuchKeyError.
Constructor Details
permalink #initialize(bucket, path) ⇒ S3NoSuchKeyError
Returns a new instance of S3NoSuchKeyError.
24 25 26 |
# File 'lib/httpimagestore/configuration/s3.rb', line 24 def initialize(bucket, path) super "S3 bucket '#{bucket}' does not contain key '#{path}'" end |