AlphaXWebSocketException constructor

const AlphaXWebSocketException(
  1. String message, {
  2. Object? cause,
  3. StackTrace? stackTrace,
})

Creates a WebSocket failure while retaining the provider cause.

Implementation

const AlphaXWebSocketException(
  super.message, {
  super.cause,
  super.stackTrace,
}) : super(kind: AlphaXErrorKind.connection);