Searched refs:InvalidArgumentError (Results 1 – 2 of 2) sorted by relevance
38 class InvalidArgumentError(ValueError, BaseError): class68 raise InvalidArgumentError(77 raise InvalidArgumentError(f"Invalid sample rate: {sample_rate_hz} Hz")150 raise InvalidArgumentError("Bad parameters")167 raise InvalidArgumentError("Bad parameters")178 raise InvalidArgumentError("Bad parameters")189 raise InvalidArgumentError("Bad parameters")205 raise InvalidArgumentError("Could not interpret PCM bit_depth")346 raise InvalidArgumentError("Out of range PCM input")369 raise InvalidArgumentError("Bad parameters")[all …]
24 with pytest.raises(lc3.InvalidArgumentError):46 with pytest.raises(lc3.InvalidArgumentError):