Methods

Class/Module Index [+]

Quicksearch

Nanoc3::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/nanoc3/base/errors.rb, line 29
def initialize(layout_identifier)
  super("The site does not have a layout with identifier “#{layout_identifier}”.".make_compatible_with_env)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.