reportcompiler.errors¶
errors.py
This module defines the error structure that document generation can return.
Exceptions¶
DocumentGenerationError: Exception that encapsulates the different errors that might occur in
-
exception
reportcompiler.errors.DocumentGenerationError(message, enclosed_errors=None)¶ Exception that encapsulates the different errors that might occur in the compilation of fragments of a document
Inheritance