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