Exceptions

class trinity.extensibility.exceptions.EventBusNotReady

Raised when a plugin tried to access the event bus before the plugin had received its on_ready() call.

class trinity.extensibility.exceptions.UnsuitableShutdownError

Raised when shutdown() was called on a PluginManager instance that operates in the MainAndIsolatedProcessScope or when shutdown_blocking() was called on a PluginManager instance that operates in the SharedProcessScope.