Exception: Jekyll::Gallery::MissingFile

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll/gallery/utils.rb

Overview

Not existing file.

Instance Method Summary collapse

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