Exception: Rabbit::GIMPCanNotHandleError
- Inherits:
-
ImageLoadWithExternalCommandError
- Object
- StandardError
- Error
- ImageLoadError
- ImageLoadWithExternalCommandError
- Rabbit::GIMPCanNotHandleError
- 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) ⇒ GIMPCanNotHandleError
constructor
A new instance of GIMPCanNotHandleError.
Methods included from GetText
Constructor Details
#initialize(command, tried_commands) ⇒ GIMPCanNotHandleError
Returns a new instance of GIMPCanNotHandleError.
65 66 67 68 69 |
# File 'lib/rabbit/error.rb', line 65 def initialize(command, tried_commands) format = _("tried gimp commands: %s") additional_info = format % tried_commands.inspect super("GIMP", command, additional_info) end |