Exception: NoPrefixesDefined

Inherits:
StandardError
  • Object
show all
Defined in:
lib/jekyll/exceptions/NoPrefixesDefined.rb

Instance Method Summary collapse

Constructor Details

#initialize(x, layout) ⇒ NoPrefixesDefined

Returns a new instance of NoPrefixesDefined.



2
3
4
# File 'lib/jekyll/exceptions/NoPrefixesDefined.rb', line 2

def initialize x, layout
  super("No Prefixes are defined when #{x} gets passed in \n layout: '#{layout}'.")
end