Table of contents Index

class LaTeXIOError

Declared in module PyLaTeX.LaTeX

Inheritance hierarchy:

PyLaTeX.LaTeX.LaTeXIOError
  exceptions.IOError

Synopsis

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)

Description

Exception to raise in LaTeX module.


Author: Berthold H\366llmann
Version: 1.11