1
0
Fork 0
onnx-web/api/onnx_web/errors.py

7 lines
114 B
Python
Raw Normal View History

2023-07-15 22:05:27 +00:00
class RetryException(Exception):
"""
Used when a chain pipeline has run out of retries.
"""
pass