Replace Base::Exception with appropriate subclass

This commit is contained in:
wmayer
2018-11-14 19:28:00 +01:00
parent 56db19824e
commit 7acdb56d92
23 changed files with 116 additions and 115 deletions

View File

@@ -76,7 +76,7 @@ void WorkflowManager::init() {
if (!_instance) {
_instance = new WorkflowManager();
} else {
//throw Base::Exception( "Trying to init the workflow manager second time." );
//throw Base::RuntimeError( "Trying to init the workflow manager second time." );
}
}