exceptions

exception polyfactory.exceptions.FactoryException[source]

Bases: Exception

Base Factory error class

exception polyfactory.exceptions.ConfigurationException[source]

Bases: FactoryException

Configuration Error class - used for misconfiguration

exception polyfactory.exceptions.ParameterException[source]

Bases: FactoryException

Parameter exception - used when wrong parameters are used

exception polyfactory.exceptions.MissingBuildKwargException[source]

Bases: FactoryException

Missing Build Kwarg exception - used when a required build kwarg is not provided

exception polyfactory.exceptions.MissingDependencyException[source]

Bases: FactoryException, ImportError

Missing dependency exception - used when a dependency is not installed