diff --git a/src/plasp/sas/Description.cpp b/src/plasp/sas/Description.cpp index df5b774..aa70ff2 100644 --- a/src/plasp/sas/Description.cpp +++ b/src/plasp/sas/Description.cpp @@ -189,7 +189,7 @@ size_t Description::parseNumber(std::istream &istream) const } catch (const std::exception &e) { - throw ParserException("Could not parse number"); + throw ParserException(std::string("Could not parse number (") + e.what() + ")"); } if (number == std::numeric_limits::max())