Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't allow unchecked exception to propagate
If Jackson serialization fails, a checked exception is thrown in WebsocketGraphQLWSProtocolHandler, but the library code written in Java is written to only catch runtime exceptions; switch to throwing a runtime exception so that the appropriate error handler is called.
- Loading branch information