faker.exceptions
¶
Module Contents¶
- exception faker.exceptions.BaseFakerException¶
Bases:
Exception
The base exception for all Faker exceptions.
- exception faker.exceptions.UniquenessException¶
Bases:
BaseFakerException
To avoid infinite loops, after a certain number of attempts, the “unique” attribute of the Proxy will throw this exception.
- exception faker.exceptions.UnsupportedFeature(msg: str, name: str)¶
Bases:
BaseFakerException
The requested feature is not available on this system.