summaryrefslogtreecommitdiffstats
path: root/g4f/errors.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-05 21:03:12 +0200
committerGitHub <noreply@github.com>2024-04-05 21:03:12 +0200
commitc791012b218667e1449e1224014f05213fb1fc9c (patch)
treeb4ab92cd92c386b86cdeea1b4d80d3eec43eb02f /g4f/errors.py
parentFix Gemini Proxy Connect call failed (#1768) (diff)
parentAdd authless OpenaiChat (diff)
downloadgpt4free-c791012b218667e1449e1224014f05213fb1fc9c.tar
gpt4free-c791012b218667e1449e1224014f05213fb1fc9c.tar.gz
gpt4free-c791012b218667e1449e1224014f05213fb1fc9c.tar.bz2
gpt4free-c791012b218667e1449e1224014f05213fb1fc9c.tar.lz
gpt4free-c791012b218667e1449e1224014f05213fb1fc9c.tar.xz
gpt4free-c791012b218667e1449e1224014f05213fb1fc9c.tar.zst
gpt4free-c791012b218667e1449e1224014f05213fb1fc9c.zip
Diffstat (limited to 'g4f/errors.py')
-rw-r--r--g4f/errors.py3
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