Class: Configuration::S3SourceStoreBase::CacheRoot::CacheRootNotWritableError
- Inherits:
-
CacheRootError
- Object
- Configuration::S3SourceStoreBase::CacheRoot::CacheRootNotWritableError
- Defined in:
- lib/httpimagestore/configuration/s3.rb
Instance Method Summary collapse
-
#initialize(root_dir) ⇒ CacheRootNotWritableError
constructor
A new instance of CacheRootNotWritableError.
Constructor Details
#initialize(root_dir) ⇒ CacheRootNotWritableError
Returns a new instance of CacheRootNotWritableError.
77 78 79 |
# File 'lib/httpimagestore/configuration/s3.rb', line 77 def initialize(root_dir) super "S3 object cache directory '#{root_dir}' is not writable" end |