ExtraHTTPError constructor

ExtraHTTPError(
  1. String message
)

Implementation

ExtraHTTPError(String message) : super(message);