ClientException constructor
const
ClientException({})
Implementation
const ClientException({
required this.message,
this.url,
this.statusCode,
this.type = ClientErrorType.unknown,
this.originalError,
this.responseBody,
});