We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raised by @Alston-Tang in #33, all parsers would throw an exception saying where parsing failed, but the information could be better, for example:
catch (const std::invalid_argument& ex) { throw parser_error("Corrupted block stat - Invalid argument", line);
If we could find a way to include the actual field name in the exception, that could be great.
The text was updated successfully, but these errors were encountered:
dtrugman
No branches or pull requests
Raised by @Alston-Tang in #33, all parsers would throw an exception saying where parsing failed, but the information could be better, for example:
If we could find a way to include the actual field name in the exception, that could be great.
The text was updated successfully, but these errors were encountered: