Exception: Rabbit::TeXCanNotHandleError

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) ⇒ TeXCanNotHandleError

Returns a new instance of TeXCanNotHandleError.



73
74
75
# File 'lib/rabbit/error.rb', line 73

def initialize(command, additional_info=nil)
  super("TeX", command, additional_info)
end