exception documentation
class RetryTimeout(Exception):
Retry loop timed out.
Any arguments which was passed by the retried function to RetryAgain will be preserved in RetryTimeout, if it is raised. If such argument was an exception the RaiseInner helper method will reraise it.
Method |
|
Undocumented |