Exception: Jekyll::Share::InvalidGroup

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

Overview

Invalid group name error

Instance Method Summary collapse

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