WSHttpException constructor

const WSHttpException(
  1. String message
)

Exception thrown when a socket operation fails.

Implementation

const WSHttpException(super.message);