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