NetworkResponseException constructor

NetworkResponseException(
  1. Response networkResponse
)

Creates a NetworkResponseException from the given networkResponse.

Implementation

NetworkResponseException(this.networkResponse)
    : super(networkResponse.statusCode.toString());