Improved error message.
This commit is contained in:
parent
e5bf7d754f
commit
d64c68f754
@ -33,7 +33,7 @@ ExpressionPointer parsePredicate(Context &context, const expressions::Variables
|
|||||||
|
|
||||||
void throwUnsupported(const utils::Parser &parser, const std::string &expressionIdentifier)
|
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");
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user