Skip to content
Snippets Groups Projects
Commit 63ecbd3f authored by Christian Engwer's avatar Christian Engwer
Browse files

[parametertree] use the new ParameterTreeParserError also in the exisiting parser code

parent c34eb58c
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ void Dune::ParameterTreeParser::readINITree(std::istream& in,
}
if (keysInFile.count(key) != 0)
DUNE_THROW(Exception, "Key '" << key <<
DUNE_THROW(ParameterTreeParserError, "Key '" << key <<
"' appears twice in " << srcname << " !");
else
{
......
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