Searched refs:NoRetryException (Results 1 – 2 of 2) sorted by relevance
316 raise NoRetryException("Calling %s %s" % (name, " ".join(args)))319 raise NoRetryException("Found wrong expectation type for %s %s" %323 raise NoRetryException("Expected action: %s %s - Actual: %s" %328 raise NoRetryException("Expected cwd: %s in %s %s - Actual: %s" %337 raise NoRetryException("When calling %s with arguments, the "344 raise NoRetryException("Expected: %s - Actual: %s" %354 raise NoRetryException("Caught exception from callback: %s" % tb)363 raise NoRetryException("Called mock too seldom: %d vs. %d" %
282 class NoRetryException(Exception): class469 except NoRetryException as e: