Table of contents Index

class LaTeXError

Declared in module PyLaTeX.LaTeX

Inheritance hierarchy:

PyLaTeX.LaTeX.LaTeXError
  exceptions.Exception

Synopsis

class LaTeXError(Exception):

    # Inherited from exceptions.Exception
    def __getitem__(self, i)
    def __init__(self, *args)
    def __str__(self)

Description

Exception to raise in LaTeX module.


Author: Berthold H\366llmann
Version: 1.11