class Rabbit::GIMPCanNotHandleError

Public Class Methods

new(command, tried_commands) click to toggle source
# 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