Exception: Jekyll::Gallery::MissingFile
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::Gallery::MissingFile
- Defined in:
- lib/jekyll/gallery/utils.rb
Overview
Not existing file.
Instance Method Summary collapse
-
#initialize(name) ⇒ MissingFile
constructor
A new instance of MissingFile.
Constructor Details
#initialize(name) ⇒ MissingFile
Returns a new instance of MissingFile.
59 60 61 |
# File 'lib/jekyll/gallery/utils.rb', line 59 def initialize(name) super "The file '#{name}' doesn't exist" end |