WebSocketConnectException constructor

const WebSocketConnectException(
  1. Object? error, [
  2. StackTrace? stackTrace
])

Creates a new WebSocketConnectException.

Implementation

const WebSocketConnectException(this.error, [this.stackTrace]);