Exception: Rabbit::DiaCanNotHandleError
- Inherits:
-
ImageLoadWithExternalCommandError
- Object
- StandardError
- Error
- ImageLoadError
- ImageLoadWithExternalCommandError
- Rabbit::DiaCanNotHandleError
- 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, tried_commands) ⇒ DiaCanNotHandleError
constructor
A new instance of DiaCanNotHandleError.
Methods included from GetText
Constructor Details
#initialize(command, tried_commands) ⇒ DiaCanNotHandleError
Returns a new instance of DiaCanNotHandleError.
57 58 59 60 61 |
# File 'lib/rabbit/error.rb', line 57 def initialize(command, tried_commands) format = _("tried dia commands: %s") additional_info = format % tried_commands.inspect super("Dia", command, additional_info) end |