patrick
/
plasp
Archived
1
0
Fork 0

Clarified error message.

This commit is contained in:
Patrick Lühne 2016-06-10 17:12:08 +02:00
parent 854ade5fa9
commit 34a413cf05
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ void Description::parseContent(utils::Parser &parser)
parser.skipWhiteSpace();
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?)");
}
////////////////////////////////////////////////////////////////////////////////////////////////////