logitorch.utilities.exceptions

Exceptions

OutOfRangeError

An error is raised when the value is out of the range

Module Contents

exception logitorch.utilities.exceptions.OutOfRangeError(min_value: float, max_value: float)[source]

Bases: Exception

An error is raised when the value is out of the range

Initialize self. See help(type(self)) for accurate signature.

message = 'OutOfRangeError: The value must be betwen [Uninferable, Uninferable]'[source]