Nanoc::Errors::Generic
Error that is raised during site compilation when an item uses a filter that is not known.
@param [Symbol] filter_name The filter name for which no filter could
be found
# File lib/nanoc/base/errors.rb, line 46 def initialize(filter_name) super("The requested filter, “#{filter_name}”, does not exist.") end
[Validate]
Generated with the Darkfish Rdoc Generator 2.