Skip to content
Snippets Groups Projects
Commit f6139b13 authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

forgot to commit

parent 74543258
No related branches found
No related tags found
1 merge request!120armem/dev
......@@ -264,7 +264,7 @@ namespace armarx
unsigned int i = std::stoi(path.getFirstElement());
if (!hasElement(i))
{
throw exception::AronIndexNotValidExceptionException("AronListDataNavigator", "navigate", "Could not find an element of a path.", i, childrenSize());
throw exception::AronIndexNotValidException("AronListDataNavigator", "navigate", "Could not find an element of a path.", i, childrenSize());
}
if (path.size() == 1)
......
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