Declared in module PyLaTeX.LaTeX
PyLaTeX.LaTeX.LaTeXIOError
exceptions.IOError
class LaTeXIOError(IOError): # Inherited from exceptions.EnvironmentError def __init__(self, *args) def __str__(self) # Inherited from exceptions.StandardError # Inherited from exceptions.IOError # Inherited from exceptions.Exception def __getitem__(self, i) def __init__(self, *args) def __str__(self)
Exception to raise in LaTeX module.