Searched refs:NoRetryException (Results 1 – 2 of 2) sorted by relevance
281 raise NoRetryException("Calling %s %s" % (name, " ".join(args)))284 raise NoRetryException("Found wrong expectation type for %s %s" %288 raise NoRetryException("Expected action: %s %s - Actual: %s" %293 raise NoRetryException("Expected cwd: %s in %s %s - Actual: %s" %302 raise NoRetryException("When calling %s with arguments, the "309 raise NoRetryException("Expected: %s - Actual: %s" %319 raise NoRetryException("Caught exception from callback: %s" % tb)328 raise NoRetryException("Called mock too seldom: %d vs. %d" %
291 class NoRetryException(Exception): class478 except NoRetryException as e: