Exception: Pandocomatic::PandocMetadataError
- Inherits:
-
PandocomaticError
- Object
- StandardError
- PandocomaticError
- Pandocomatic::PandocMetadataError
- Defined in:
- lib/pandocomatic/error/pandoc_metadata_error.rb
Overview
A PandocMetadataError
Instance Attribute Summary
Attributes inherited from PandocomaticError
Instance Method Summary collapse
-
#template ⇒ Object
The template to print this ConfigurationError.
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 print this ConfigurationError
27 28 29 |
# File 'lib/pandocomatic/error/pandoc_metadata_error.rb', line 27 def template 'pandoc_metadata_error.txt' end |