API documentation for the exceptions module#

The core.exceptions module stores custom exceptions that are used within the core module or used across multiple modules.

Exceptions:

ConfigurationError

Custom exception class for configuration failures.

InitialisationError

Custom exception class for model initialisation failures.

exception virtual_ecosystem.core.exceptions.ConfigurationError[source]#

Custom exception class for configuration failures.

exception virtual_ecosystem.core.exceptions.InitialisationError[source]#

Custom exception class for model initialisation failures.