Exception: Pandocomatic::ProcessorError
- Inherits:
-
PandocomaticError
- Object
- StandardError
- PandocomaticError
- Pandocomatic::ProcessorError
- Defined in:
- lib/pandocomatic/error/processor_error.rb
Overview
An error while running a processor
Instance Attribute Summary
Attributes inherited from PandocomaticError
Instance Method Summary collapse
-
#template ⇒ Object
The template to use when printing this ProcessorError.
Methods inherited from PandocomaticError
#data?, #error?, #initialize, #print, #show
Constructor Details
This class inherits a constructor from Pandocomatic::PandocomaticError
Instance Method Details
#template ⇒ Object
The template to use when printing this ProcessorError
27 28 29 |
# File 'lib/pandocomatic/error/processor_error.rb', line 27 def template 'processor_error.txt' end |