Exception: S3FileCacheDownload::FileCacheDirectoryNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- S3FileCacheDownload::FileCacheDirectoryNotFound
- Defined in:
- lib/s3_file_cache_download.rb
Instance Method Summary collapse
-
#initialize(cache_dir) ⇒ FileCacheDirectoryNotFound
constructor
A new instance of FileCacheDirectoryNotFound.
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 |