patrick
/
plasp
Archived
1
0
Fork 0

Improved error message.

This commit is contained in:
Patrick Lühne 2016-06-04 18:21:42 +02:00
parent e5bf7d754f
commit d64c68f754
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ ExpressionPointer parsePredicate(Context &context, const expressions::Variables
void throwUnsupported(const utils::Parser &parser, const std::string &expressionIdentifier)
{
throw utils::ParserException(parser, "Expression type \"" + expressionIdentifier + "\" currently unsupported");
throw utils::ParserException(parser, "Expression type \"" + expressionIdentifier + "\" currently unsupported in this context");
}
////////////////////////////////////////////////////////////////////////////////////////////////////