APIException constructor

APIException(
  1. String message, {
  2. int? statusCode,
  3. Exception? innerException,
})

Implementation

APIException(this.message, {this.statusCode, this.innerException});