Exception: Pandocomatic::CLIError
- Inherits:
-
PandocomaticError
- Object
- StandardError
- PandocomaticError
- Pandocomatic::CLIError
- Defined in:
- lib/pandocomatic/error/cli_error.rb
Overview
A command-line error.
Instance Attribute Summary
Attributes inherited from PandocomaticError
Instance Method Summary collapse
-
#template ⇒ Object
Get the template used to print this CLIError.
Methods inherited from PandocomaticError
#data?, #error?, #initialize, #print, #show
Constructor Details
This class inherits a constructor from Pandocomatic::PandocomaticError
Instance Method Details
#template ⇒ Object
Get the template used to print this CLIError
27 28 29 |
# File 'lib/pandocomatic/error/cli_error.rb', line 27 def template 'cli_error.txt' end |