# File lib/nanoc/base/errors.rb, line 47 def initialize(filter_name) super("The requested filter, “#{filter_name}”, does not exist.") end