diff options
Diffstat (limited to '')
-rw-r--r-- | g4f/errors.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g4f/errors.py b/g4f/errors.py index 0cb12884..6cb5d177 100644 --- a/g4f/errors.py +++ b/g4f/errors.py @@ -40,5 +40,8 @@ class NoImageResponseError(Exception): class RateLimitError(Exception): ... +class ResponseError(Exception): + ... + class ResponseStatusError(Exception): ...
\ No newline at end of file |