diff options
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 5e821ded..00cf8cdb 100644 --- a/g4f/errors.py +++ b/g4f/errors.py @@ -35,4 +35,7 @@ class MissingAuthError(Exception): ... class NoImageResponseError(Exception): + ... + +class RateLimitError(Exception): ...
\ No newline at end of file |