Exception: NoPrefixesDefined
- Inherits:
-
StandardError
- Object
- StandardError
- NoPrefixesDefined
- Defined in:
- lib/jekyll/exceptions/NoPrefixesDefined.rb
Instance Method Summary collapse
-
#initialize(x, layout) ⇒ NoPrefixesDefined
constructor
A new instance of NoPrefixesDefined.
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 |