exceptions#
- exception polyfactory.exceptions.ConfigurationException#
Bases:
FactoryExceptionConfiguration Error class - used for misconfiguration
- exception polyfactory.exceptions.ParameterException#
Bases:
FactoryExceptionParameter exception - used when wrong parameters are used
- exception polyfactory.exceptions.MissingBuildKwargException#
Bases:
FactoryExceptionMissing Build Kwarg exception - used when a required build kwarg is not provided
- exception polyfactory.exceptions.MissingDependencyException#
Bases:
FactoryException,ImportErrorMissing dependency exception - used when a dependency is not installed