CTK
CTK copied to clipboard
Exception handle error in ctkPluginFramework::start
Line 151 in ctkPluginFramework.cpp, the exception type should be caught is ctkRuntimeException rather than ctkPluginException. It result in the exception thrown in "plugin->start(option)" couldn't be caught.