Exception: Nanoc3::Errors::CannotDetermineFilter
- StandardError
- Nanoc3::Errors::Generic
- 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 |