Exception: Nanoc3::Errors::CannotDetermineFilter

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

Constructor Summary

public initialize(layout_identifier)
[View source]


39
40
41
# File 'lib/nanoc3/base/errors.rb', line 39

def initialize(layout_identifier)
  super("The filter to be used for the '#{layout_identifier}' could not be determined. Make sure the layout does have a filter.")
end
Generated on Sunday, August 09 2009 at 01:43:14 PM by YARD 0.2.3.2 (ruby-1.8.7).