Exception: Rabbit::DiaCanNotHandleError

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

Constant Summary

Constants included from GetText

GetText::DOMAIN

Instance Attribute Summary

Attributes inherited from ImageLoadWithExternalCommandError

#command, #type

Instance Method Summary collapse

Methods included from GetText

N_, _, bindtextdomain, locale=

Constructor Details

#initialize(command, tried_commands) ⇒ DiaCanNotHandleError

Returns a new instance of DiaCanNotHandleError.



77
78
79
80
81
# File 'lib/rabbit/rabbit.rb', line 77

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