Methods

Class/Module Index [+]

Quicksearch

Nanoc::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/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.