Exception: Nanoc::Int::Executor::OutputNotWrittenError

Inherits:
Error
  • Object
show all
Defined in:
lib/nanoc/base/services/executor.rb

Instance Method Summary collapse

Constructor Details

#initialize(filter_name, output_filename) ⇒ OutputNotWrittenError

Returns a new instance of OutputNotWrittenError



5
6
7
# 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