summaryrefslogtreecommitdiffstats
path: root/g4f/errors.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-12 11:41:27 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-02-12 11:41:27 +0100
commitaba4b96f23ef38ca75195b3b78a88bb92035b4a9 (patch)
tree92575678f27d48e2258e823fa299ed21af6cbad2 /g4f/errors.py
parentImprove preview in image generation of Gemini (diff)
downloadgpt4free-aba4b96f23ef38ca75195b3b78a88bb92035b4a9.tar
gpt4free-aba4b96f23ef38ca75195b3b78a88bb92035b4a9.tar.gz
gpt4free-aba4b96f23ef38ca75195b3b78a88bb92035b4a9.tar.bz2
gpt4free-aba4b96f23ef38ca75195b3b78a88bb92035b4a9.tar.lz
gpt4free-aba4b96f23ef38ca75195b3b78a88bb92035b4a9.tar.xz
gpt4free-aba4b96f23ef38ca75195b3b78a88bb92035b4a9.tar.zst
gpt4free-aba4b96f23ef38ca75195b3b78a88bb92035b4a9.zip
Diffstat (limited to 'g4f/errors.py')
-rw-r--r--g4f/errors.py27
1 files changed, 15 insertions, 12 deletions
diff --git a/g4f/errors.py b/g4f/errors.py
index 48171a6e..5e821ded 100644
--- a/g4f/errors.py
+++ b/g4f/errors.py
@@ -1,35 +1,38 @@
class ProviderNotFoundError(Exception):
- pass
+ ...
class ProviderNotWorkingError(Exception):
- pass
+ ...
class StreamNotSupportedError(Exception):
- pass
+ ...
class ModelNotFoundError(Exception):
- pass
+ ...
class ModelNotAllowedError(Exception):
- pass
+ ...
class RetryProviderError(Exception):
- pass
+ ...
class RetryNoProviderError(Exception):
- pass
+ ...
class VersionNotFoundError(Exception):
- pass
+ ...
class NestAsyncioError(Exception):
- pass
+ ...
class ModelNotSupportedError(Exception):
- pass
+ ...
class MissingRequirementsError(Exception):
- pass
+ ...
class MissingAuthError(Exception):
- pass \ No newline at end of file
+ ...
+
+class NoImageResponseError(Exception):
+ ... \ No newline at end of file