AlphaXWebSocketException constructor
const
AlphaXWebSocketException(
- String message, {
- Object? cause,
- StackTrace? stackTrace,
Creates a WebSocket failure while retaining the provider cause.
Implementation
const AlphaXWebSocketException(
super.message, {
super.cause,
super.stackTrace,
}) : super(kind: AlphaXErrorKind.connection);