summaryrefslogtreecommitdiffstats
path: root/g4f/errors.py
diff options
context:
space:
mode:
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 ddfe74db..aaaa6b4b 100644
--- a/g4f/errors.py
+++ b/g4f/errors.py
@@ -29,4 +29,7 @@ class NestAsyncioError(Exception):
pass
class ModelNotSupportedError(Exception):
+ pass
+
+class AiohttpSocksError(Exception):
pass \ No newline at end of file