WebServiceResponseError constructor

WebServiceResponseError(
  1. Response response
)

Implementation

WebServiceResponseError(this.response)
    : super(message: 'Unexpected response from web service');