Class: Configuration::S3SourceStoreBase::CacheRoot::CacheRootNotDirError

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

Instance Method Summary collapse

Constructor Details

#initialize(root_dir) ⇒ CacheRootNotDirError

Returns a new instance of CacheRootNotDirError.



69
70
71
# File 'lib/httpimagestore/configuration/s3.rb', line 69

def initialize(root_dir)
	super "S3 object cache directory '#{root_dir}' does not exist or not a directory"
end