summaryrefslogblamecommitdiffstats
path: root/g4f/errors.py
blob: c0e6ddfc2b573097690b4574e3c1b257b68674f9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                             
                                      








                                      


                                  
       
class ProviderNotFoundError(Exception):
    pass

class ProviderNotWorkingError(Exception):
    pass

class StreamNotSupportedError(Exception):
    pass

class AuthenticationRequiredError(Exception):
    pass

class ModelNotFoundError(Exception):
    pass

class ModelNotAllowedError(Exception):
    pass

class RetryProviderError(Exception):
    pass

class RetryNoProviderError(Exception):
    pass

class VersionNotFoundError(Exception):
    pass

class NestAsyncioError(Exception):
    pass