ChopperHttpException constructor

ChopperHttpException(
  1. Response response
)

An exception thrown when a Response is unsuccessful < 200 or > 300.

Implementation

ChopperHttpException(this.response);