PyventusException
class¶
Bases: Exception
A custom exception class for the Pyventus package.
Notes:
-
This class provides a robust mechanism for handling and identifying potential exceptions within the Pyventus package.
-
This class inherits from the base
Exception
class in Python, allowing it to be raised as needed.
Source code in pyventus/core/exceptions/pyventus_exception.py
Attributes¶
Functions¶
__init__
¶
Initialize an instance of PyventusException
.
PARAMETER | DESCRIPTION |
---|---|
errors
|
The error messages associated with the exception. Defaults to
TYPE:
|