ClientException constructor
ClientException({})
Implementation
ClientException({
this.url,
this.isAbort = false,
this.statusCode = 0,
this.response = const {},
this.originalError,
});
ClientException({
this.url,
this.isAbort = false,
this.statusCode = 0,
this.response = const {},
this.originalError,
});