summaryrefslogtreecommitdiffstats
path: root/g4f/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/errors.py')
-rw-r--r--g4f/errors.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/g4f/errors.py b/g4f/errors.py
index aaaa6b4b..66d41d4c 100644
--- a/g4f/errors.py
+++ b/g4f/errors.py
@@ -31,5 +31,11 @@ class NestAsyncioError(Exception):
class ModelNotSupportedError(Exception):
pass
-class AiohttpSocksError(Exception):
+class MissingRequirementsError(Exception):
+ pass
+
+class AiohttpSocksError(MissingRequirementsError):
+ pass
+
+class MissingAccessToken(Exception):
pass \ No newline at end of file