exception documentation

class ValueOutOfBoundsError(Exception):

Constructor: ValueOutOfBoundsError(bounds, value)

View In Hierarchy

Undocumented

Method __init__ Undocumented
def __init__(self, bounds: tuple[float, float]|tuple[int, int], value: float|int):

Undocumented