Skip to content
Snippets Groups Projects
Commit 02016236 authored by Martin Beseda's avatar Martin Beseda
Browse files

FIX: Added missing lib4neuro namespace to the exception throw.

parent 85dcc2af
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ BOOST_CLASS_EXPORT_IMPLEMENT(ExprtkWrapper);
ExprtkWrapper::ExprtkWrapper() {
// Because of serialization
// TODO implement?
throw NotImplementedException();
throw lib4neuro::NotImplementedException();
}
ExprtkWrapper::ExprtkWrapper( std::string expression_string ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment