Searched refs:NoRetryException (Results 1 – 2 of 2) sorted by relevance
295 raise NoRetryException("Calling %s %s" % (name, " ".join(args)))298 raise NoRetryException("Found wrong expectation type for %s %s" %302 raise NoRetryException("Expected action: %s %s - Actual: %s" %307 raise NoRetryException("Expected cwd: %s in %s %s - Actual: %s" %316 raise NoRetryException("When calling %s with arguments, the "323 raise NoRetryException("Expected: %s - Actual: %s" %333 raise NoRetryException("Caught exception from callback: %s" % tb)342 raise NoRetryException("Called mock too seldom: %d vs. %d" %
254 class NoRetryException(Exception): class321 except NoRetryException as e: