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
When an invalid JSON is passed to message init, the resulting Exception is uncaught. It should be properly handled and raises as DecodeError.
DecodeError
The text was updated successfully, but these errors were encountered:
Properly handle incorrect message decoding.
140cc90
Raise DecodeError on all failures. Close #602
08d89dc
868c1df
Raise DecodeError on all failures. Close CZ-NIC#602
tpazderka
Successfully merging a pull request may close this issue.
When an invalid JSON is passed to message init, the resulting Exception is uncaught. It should be properly handled and raises as
DecodeError
.The text was updated successfully, but these errors were encountered: