Methods

Class/Module Index [+]

Quicksearch

Nanoc3::Errors::UnknownFilter

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 41
def initialize(filter_name)
  super("The requested filter, “#{filter_name}”, does not exist.".make_compatible_with_env)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.