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
It would be great to be able to catch the errors in a way or another instead of only using std::cerr to print an error message. For example, when loading a plugin (PluginLoader::loadPlugin()), the method could throw a runtime_error with the appropriate message, this way we could inform the user of whatever foes wrong.
The text was updated successfully, but these errors were encountered:
Hello,
It would be great to be able to catch the errors in a way or another instead of only using std::cerr to print an error message. For example, when loading a plugin (
PluginLoader::loadPlugin()
), the method could throw a runtime_error with the appropriate message, this way we could inform the user of whatever foes wrong.The text was updated successfully, but these errors were encountered: