You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle injector creation exception in GuiceJavaPlugin.
Wrap the injector creation and instance retrieval in a try-catch block to manage exceptions effectively. If an exception occurs, log the stack trace and disable the plugin to prevent further errors. Additionally, bind the Plugin and its class instance to the module.
0 commit comments