diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-20 18:23:54 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-20 18:23:54 +0100 |
commit | cb0e065581423460663c58d1d169c54f0faa3084 (patch) | |
tree | 9f1504e6475e8bef43bf5fd79f5cb827aed3d591 /g4f/errors.py | |
parent | Improve asserts in unittests (diff) | |
download | gpt4free-cb0e065581423460663c58d1d169c54f0faa3084.tar gpt4free-cb0e065581423460663c58d1d169c54f0faa3084.tar.gz gpt4free-cb0e065581423460663c58d1d169c54f0faa3084.tar.bz2 gpt4free-cb0e065581423460663c58d1d169c54f0faa3084.tar.lz gpt4free-cb0e065581423460663c58d1d169c54f0faa3084.tar.xz gpt4free-cb0e065581423460663c58d1d169c54f0faa3084.tar.zst gpt4free-cb0e065581423460663c58d1d169c54f0faa3084.zip |
Diffstat (limited to 'g4f/errors.py')
-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 b874435a..c0e6ddfc 100644 --- a/g4f/errors.py +++ b/g4f/errors.py @@ -23,4 +23,7 @@ class RetryNoProviderError(Exception): pass class VersionNotFoundError(Exception): + pass + +class NestAsyncioError(Exception): pass
\ No newline at end of file |