HttpResponseError constructor

HttpResponseError(
  1. Exception? parent,
  2. String message
)

Implementation

HttpResponseError(this.parent, this.message);