ApiException constructor

const ApiException(
  1. String? message,
  2. int? statusCode,
  3. String? reason,
  4. {List<Error>? errors}
)

Implementation

const ApiException(super.message, super.statusCode, this.reason,
    {this.errors});