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
When a plugin fails to load, for example due to an import error, currently the plugin loader throws the MissingPluginError exception, which is a bit misleading. I propose to throw a more appropriate exception `LoadingPluginError.
The text was updated successfully, but these errors were encountered:
When a plugin fails to load, for example due to an import error, currently the plugin loader throws the
MissingPluginError
exception, which is a bit misleading. I propose to throw a more appropriate exception `LoadingPluginError.The text was updated successfully, but these errors were encountered: