KataCxHttpException constructor

const KataCxHttpException(
  1. String message, {
  2. int? statusCode,
  3. String? url,
})

Creates an exception. statusCode is null for a transport-level failure such as a connection timeout.

Implementation

const KataCxHttpException(this.message, {this.statusCode, this.url});