pylatex.errors¶
This module implements Error classes.
-
exception
PyLaTeXError[source]¶ Bases:
ExceptionA Base class for all PyLaTeX Exceptions.
-
add_note()¶ Exception.add_note(note) – add a note to the exception
-
-
exception
CompilerError[source]¶ Bases:
pylatex.errors.PyLaTeXErrorA Base class for all PyLaTeX compiler related Exceptions.
-
add_note()¶ Exception.add_note(note) – add a note to the exception
-
-
exception
TableError[source]¶ Bases:
pylatex.errors.PyLaTeXErrorA Base class for all errors concerning tables.
-
add_note()¶ Exception.add_note(note) – add a note to the exception
-
-
exception
TableRowSizeError[source]¶ Bases:
pylatex.errors.TableErrorError for wrong table row size.
-
add_note()¶ Exception.add_note(note) – add a note to the exception
-