class Rabbit::GIMPCanNotHandleError
Public Class Methods
new(command, tried_commands)
click to toggle source
Calls superclass method
Rabbit::ImageLoadWithExternalCommandError::new
# 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