Class Nanoc::Errors::CannotDetermineFilter
In: lib/nanoc/base/errors.rb
Parent: Generic

Error that is raised during site compilation when a layout is compiled for which the filter cannot be determined. This is similar to the {UnknownFilter} error, but specific for filters for layouts.

Methods

new  

Public Class methods

@param [String] layout_identifier The identifier of the layout for

  which the filter could not be determined

[Validate]