Exception: Jekyll::Gallery::MissingGallery
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::Gallery::MissingGallery
- Defined in:
- lib/jekyll/gallery/utils.rb
Overview
No gallery name specified.
Instance Method Summary collapse
-
#initialize ⇒ MissingGallery
constructor
A new instance of MissingGallery.
Constructor Details
#initialize ⇒ MissingGallery
Returns a new instance of MissingGallery.
41 42 43 |
# File 'lib/jekyll/gallery/utils.rb', line 41 def initialize super "No gallery name has been specified!" end |