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