class Rabbit::GIMPCanNotHandleError
Public Class Methods
Source
# 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
Calls superclass method
Rabbit::ImageLoadWithExternalCommandError::new