mirror of
https://github.com/NovaOSS/nova-api.git
synced 2024-11-26 00:13:57 +01:00
3 lines
71 B
Python
3 lines
71 B
Python
|
class Retry(Exception):
|
||
|
"""The server should retry the request."""
|