Exception: Rabbit::GIMPCanNotHandleError

Inherits:
ImageLoadWithExternalCommandError show all
Defined in:
lib/rabbit/rabbit.rb

Constant Summary

Constants included from GetText

Rabbit::GetText::DOMAIN

Instance Attribute Summary

Attributes inherited from ImageLoadWithExternalCommandError

#command, #type

Instance Method Summary collapse

Methods included from GetText

included

Constructor Details

#initialize(command, tried_commands) ⇒ GIMPCanNotHandleError

Returns a new instance of GIMPCanNotHandleError.



95
96
97
98
99
# File 'lib/rabbit/rabbit.rb', line 95

def initialize(command, tried_commands)
  format = _("tried gimp commands: %s")
  additional_info = format % tried_commands.inspect
  super("GIMP", command, additional_info)
end