Searched refs:InvalidParamError (Results 1 – 2 of 2) sorted by relevance
21 from acts.test_utils.instrumentation.config_wrapper import InvalidParamError67 with self.assertRaisesRegex(InvalidParamError, msg):85 with self.assertRaisesRegex(InvalidParamError, 'of type int'):96 with self.assertRaisesRegex(InvalidParamError, 'of type int or float'):
21 class InvalidParamError(Exception): class57 raise InvalidParamError('Invalid value "%s" for param %s. %s'