qfinbox.core.exceptions

Custom exceptions for qfinbox.

Exceptions

CalculationError

Raised when mathematical calculations fail.

DataError

Raised when there are issues with data processing.

QFinBoxError

Base exception for qfinbox.

ValidationError

Raised when input validation fails.

exception qfinbox.core.exceptions.QFinBoxError[source]

Base exception for qfinbox.

exception qfinbox.core.exceptions.ValidationError[source]

Raised when input validation fails.

exception qfinbox.core.exceptions.DataError[source]

Raised when there are issues with data processing.

exception qfinbox.core.exceptions.CalculationError[source]

Raised when mathematical calculations fail.