Error that is raised during site compilation when an item uses a filter
that is not known.
Public Class Methods
new(filter_name)click to toggle source
@param [Symbol] filter_name The filter name for which no filter could be
found
# File lib/nanoc3/base/errors.rb, line 41definitialize(filter_name)
super("The requested filter, “#{filter_name}”, does not exist.".make_compatible_with_env)
end