Error that is raised during site compilation when an item uses a layout that is not present in the site.
@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
Generated with the Darkfish Rdoc Generator 2.