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