TTHttpException constructor
TTHttpException({})
Implementation
TTHttpException({
this.statusCode,
this.message,
this.data,
Map<String, List<String>>? headers,
}) : headers = headers ?? <String, List<String>>{};