logitorch.utilities.exceptions ============================== .. py:module:: logitorch.utilities.exceptions Exceptions ---------- .. autoapisummary:: logitorch.utilities.exceptions.OutOfRangeError Module Contents --------------- .. py:exception:: OutOfRangeError(min_value: float, max_value: float) Bases: :py:obj:`Exception` An error is raised when the value is out of the range Initialize self. See help(type(self)) for accurate signature. .. py:attribute:: message :value: 'OutOfRangeError: The value must be betwen [Uninferable, Uninferable]'