openpectus.aggregator.exceptions
Exceptions
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
|
Common base class for all non-exit exceptions. |
Module Contents
- exception openpectus.aggregator.exceptions.AggregatorException(message='')
Bases:
ExceptionCommon base class for all non-exit exceptions.
- Parameters:
message (str | None)
- message = ''
- exception openpectus.aggregator.exceptions.AggregatorCallerException(message='')
Bases:
AggregatorExceptionCommon base class for all non-exit exceptions.
- Parameters:
message (str | None)
- exception openpectus.aggregator.exceptions.AggregatorInternalException(message='')
Bases:
AggregatorExceptionCommon base class for all non-exit exceptions.
- Parameters:
message (str | None)