Exception: S3FileCacheDownload::FileCacheDirectoryNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/s3_file_cache_download.rb

Instance Method Summary collapse

Constructor Details

#initialize(cache_dir) ⇒ FileCacheDirectoryNotFound

Returns a new instance of FileCacheDirectoryNotFound.



8
9
10
11
# File 'lib/s3_file_cache_download.rb', line 8

def initialize(cache_dir)
  @cache_dir = cache_dir
  super "`#{cache_dir}` is not found"
end