summaryrefslogtreecommitdiffstats
path: root/g4f/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'g4f/errors.py')
-rw-r--r--g4f/errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/errors.py b/g4f/errors.py
index 66d41d4c..6032001b 100644
--- a/g4f/errors.py
+++ b/g4f/errors.py
@@ -31,7 +31,7 @@ class NestAsyncioError(Exception):
class ModelNotSupportedError(Exception):
pass
-class MissingRequirementsError(Exception):
+class MissingRequirementsError(ImportError):
pass
class AiohttpSocksError(MissingRequirementsError):