Exception: Jekyll::Share::InvalidGroup
- Inherits:
-
StandardError
- Object
- StandardError
- Jekyll::Share::InvalidGroup
- Defined in:
- lib/jekyll/share/utils.rb
Overview
Invalid group name error
Instance Method Summary collapse
-
#initialize(name) ⇒ InvalidGroup
constructor
A new instance of InvalidGroup.
Constructor Details
#initialize(name) ⇒ InvalidGroup
Returns a new instance of InvalidGroup.
23 24 25 |
# File 'lib/jekyll/share/utils.rb', line 23 def initialize(name) super "The group '#{name}' is not valid!" end |