Exception: Rabbit::MermaidCanNotHandleError
- Inherits:
-
ImageLoadWithExternalCommandError
- Object
- StandardError
- Error
- ImageLoadError
- ImageLoadWithExternalCommandError
- Rabbit::MermaidCanNotHandleError
- Defined in:
- lib/rabbit/error.rb
Constant Summary
Constants included from GetText
Instance Attribute Summary
Attributes inherited from ImageLoadWithExternalCommandError
Instance Method Summary collapse
-
#initialize(command, additional_info = nil) ⇒ MermaidCanNotHandleError
constructor
A new instance of MermaidCanNotHandleError.
Methods included from GetText
Constructor Details
#initialize(command, additional_info = nil) ⇒ MermaidCanNotHandleError
Returns a new instance of MermaidCanNotHandleError.
91 92 93 |
# File 'lib/rabbit/error.rb', line 91 def initialize(command, additional_info=nil) super("Mermaid", command, additional_info) end |