zokyo.utils.CustomExceptions module
- exception zokyo.utils.CustomExceptions.CoefficientNotinRangeError(coefficient, coeff_type='Default', range_min=0, range_max=1)[source]
Bases:
Exception
Class to throw exception when a coefficient is not in the specified range
- exception zokyo.utils.CustomExceptions.ConfigurationError(exception_string)[source]
Bases:
Exception
Class to throw exception when a configuration is not right
- exception zokyo.utils.CustomExceptions.CrucialValueNotFoundError(operation, value_type='sample')[source]
Bases:
Exception
Class to throw exception when an expected value is not found