Searched refs:NonFloatValueInCommand (Results 1 – 3 of 3) sorted by relevance
57 class NonFloatValueInCommand(CommandParseError): class62 super(NonFloatValueInCommand, self).__init__(*args, **kwargs)
21 from dex.utils.Exceptions import NonFloatValueInCommand66 … raise NonFloatValueInCommand(f'Non-float value \'{value}\' when float_range arg provided')
18 from dex.utils.Exceptions import CommandParseError, NonFloatValueInCommand313 except NonFloatValueInCommand as e: