Methods

Class/Module Index [+]

Quicksearch

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 {UnknownFilter} error, but specific for filters for layouts.

Public Class Methods

new(layout_identifier) click to toggle source

@param [String] layout_identifier The identifier of the layout for which the filter could not be determined

# File lib/nanoc3/base/errors.rb, line 54
def initialize(layout_identifier)
  super("The filter to be used for the “#{layout_identifier}” layout could not be determined. Make sure the layout does have a filter.".make_compatible_with_env)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.