Clarified error message.
This commit is contained in:
parent
854ade5fa9
commit
34a413cf05
@ -169,7 +169,7 @@ void Description::parseContent(utils::Parser &parser)
|
|||||||
parser.skipWhiteSpace();
|
parser.skipWhiteSpace();
|
||||||
|
|
||||||
if (!parser.atEndOfStream())
|
if (!parser.atEndOfStream())
|
||||||
throw utils::ParserException(parser, "Expected end of SAS description");
|
throw utils::ParserException(parser, "Expected end of SAS description (perhaps, input contains two SAS descriptions?)");
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user