Exception: Rabbit::AAFigureCanNotHandleError
- Inherits:
-
ImageLoadWithExternalCommandError
- Object
- StandardError
- Error
- ImageLoadError
- ImageLoadWithExternalCommandError
- Rabbit::AAFigureCanNotHandleError
- 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, additional_info = nil) ⇒ AAFigureCanNotHandleError
constructor
A new instance of AAFigureCanNotHandleError.
Methods included from GetText
Constructor Details
#initialize(command, additional_info = nil) ⇒ AAFigureCanNotHandleError
Returns a new instance of AAFigureCanNotHandleError.
79 80 81 |
# File 'lib/rabbit/error.rb', line 79 def initialize(command, additional_info=nil) super("aafigure", command, additional_info) end |