case classWebSocketCloseException(message: CloseMessage) extends RuntimeException with Product with Serializable
An exception that, if thrown by a WebSocket source, will cause the WebSocket to be closed with the given close
message. This is a convenience that allows the WebSocket to close with a particular close code without having
to produce generic Messages.
An exception that, if thrown by a WebSocket source, will cause the WebSocket to be closed with the given close message. This is a convenience that allows the WebSocket to close with a particular close code without having to produce generic Messages.