RestException constructor

RestException(
  1. Response response
)

An error class exclusive to the RestProvider

Implementation

RestException(this.response);