Exception: Rabbit::EPSCanNotHandleError
- Inherits:
-
ImageLoadWithExternalCommandError
- Object
- StandardError
- Error
- ImageLoadError
- ImageLoadWithExternalCommandError
- Rabbit::EPSCanNotHandleError
- Defined in:
- lib/rabbit/error.rb
Constant Summary
Constants included from GetText
Instance Attribute Summary
Attributes inherited from ImageLoadWithExternalCommandError
Instance Method Summary collapse
-
#initialize(command, tried_commands) ⇒ EPSCanNotHandleError
constructor
A new instance of EPSCanNotHandleError.
Methods included from GetText
Constructor Details
#initialize(command, tried_commands) ⇒ EPSCanNotHandleError
Returns a new instance of EPSCanNotHandleError.
49 50 51 52 53 |
# File 'lib/rabbit/error.rb', line 49 def initialize(command, tried_commands) format = _("tried gs commands: %s") additional_info = format % tried_commands.inspect super("EPS", command, additional_info) end |