Exception: Rabbit::AAFigureCanNotHandleError

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, 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