class Nanoc::Int::Executor::OutputNotWrittenError

Public Class Methods

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