Methods

Class/Module Index [+]

Quicksearch

Nanoc::Errors::UnknownLayout

Error that is raised during site compilation when an item uses a layout that is not present in the site.

Public Class Methods

new(layout_identifier) click to toggle source

@param [String] layout_identifier The layout identifier for which no

layout could be found
# File lib/nanoc/base/errors.rb, line 34
def initialize(layout_identifier)
  super("The site does not have a layout with identifier “#{layout_identifier}”.")
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.