Exception: Nanoc3::Errors::UnknownLayout

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

Constructor Summary

public initialize(layout_identifier)
[View source]


22
23
24
# File 'lib/nanoc3/base/errors.rb', line 22

def initialize(layout_identifier)
  super("The site does not have a layout with identifier '#{layout_identifier}'.")
end
Generated on Sunday, August 09 2009 at 01:43:06 PM by YARD 0.2.3.2 (ruby-1.8.7).