Exception: Nanoc::Core::Filter::OutputNotWrittenError

Inherits:
Error
  • Object
show all
Includes:
ContractsSupport
Defined in:
lib/nanoc/core/filter.rb

Instance Method Summary collapse

Methods included from ContractsSupport

enabled?, included, setup_once, warn_about_performance

Constructor Details

#initialize(filter_name, output_filename) ⇒ OutputNotWrittenError

Returns a new instance of OutputNotWrittenError.



50
51
52
# 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