doxysphinx.utils.exceptions#
The exception module contains several standard exceptions.
Exceptions#
A generic application error. |
|
A generic error to indicate some validation failed. |
|
An application error that indicates that some prerequisite is not met. |
Module Contents#
- exception doxysphinx.utils.exceptions.ApplicationError(message)[source]#
Bases:
Exception
A generic application error.