RequestFailure constructor
RequestFailure(
- Response response
Initialize a newly created exception to return the given response.
Implementation
RequestFailure(this.response);
Initialize a newly created exception to return the given response.
RequestFailure(this.response);