Exception: Rabbit::EPSCanNotHandleError

Inherits:
ImageLoadWithExternalCommandError show all
Defined in:
lib/rabbit/error.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

included

Constructor Details

#initialize(command, tried_commands) ⇒ EPSCanNotHandleError

Returns a new instance of EPSCanNotHandleError.



48
49
50
51
52
# File 'lib/rabbit/error.rb', line 48

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