WebSocketException constructor

WebSocketException(
  1. String? originType,
  2. String? message,
  3. String? causeMessage
)

Implementation

WebSocketException(this.originType, this.message, this.causeMessage);