WSSocketException constructor

const WSSocketException(
  1. String message
)

Exception thrown when a socket operation fails.

Implementation

const WSSocketException(super.message);