Exception: Rabbit::TeXCanNotHandleError

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

N_, _, bindtextdomain, locale=

Constructor Details

#initialize(command, additional_info = nil) ⇒ TeXCanNotHandleError

Returns a new instance of TeXCanNotHandleError.



93
94
95
# File 'lib/rabbit/rabbit.rb', line 93

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