class Nanoc::Core::Filter::OutputNotWrittenError

Public Class Methods

new(filter_name, output_filename) click to toggle source
Calls superclass method
# File lib/nanoc/core/filter.rb, line 50
def initialize(filter_name, output_filename)
  super("The #{filter_name.inspect} filter did not write anything to the required output file, #{output_filename}.")
end