Exception: Nanoc::Int::Executor::OutputNotWrittenError Private
- Defined in:
- lib/nanoc/base/services/executor.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize(filter_name, output_filename) ⇒ OutputNotWrittenError
constructor
private
A new instance of OutputNotWrittenError.
Constructor Details
#initialize(filter_name, output_filename) ⇒ OutputNotWrittenError
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
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 |