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 aPluginManagerinstance that operates in theMainAndIsolatedProcessScopeor whenshutdown_blocking()was called on aPluginManagerinstance that operates in theSharedProcessScope.