Closed arthurscchan closed 10 months ago
This PR fixes https://github.com/FasterXML/jackson-dataformats-binary/issues/432 by wrapping the unexpected AssertionError with the general JsonParseException to avoid throwing AssertionError directly to the users when invalid input is provided.
Thank you @arthurscchan !
This PR fixes https://github.com/FasterXML/jackson-dataformats-binary/issues/432 by wrapping the unexpected AssertionError with the general JsonParseException to avoid throwing AssertionError directly to the users when invalid input is provided.