Exception: Jekyll::Share::MissingService
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::Share::MissingService
- Defined in:
- lib/jekyll/share/utils.rb
Overview
No service name has been specified.
Instance Method Summary collapse
-
#initialize ⇒ MissingService
constructor
A new instance of MissingService.
Constructor Details
#initialize ⇒ MissingService
Returns a new instance of MissingService.
32 33 34 |
# File 'lib/jekyll/share/utils.rb', line 32 def initialize super "No service name has been specified!" end |