pylatex.errors¶
This module implements Error classes.
-
exception
PyLaTeXError
[source]¶ Bases:
Exception
A Base class for all PyLaTeX Exceptions.
-
add_note
()¶ Exception.add_note(note) – add a note to the exception
-
-
exception
CompilerError
[source]¶ Bases:
pylatex.errors.PyLaTeXError
A 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.PyLaTeXError
A 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.TableError
Error for wrong table row size.
-
add_note
()¶ Exception.add_note(note) – add a note to the exception
-