UnexpectedStatusException constructor

const UnexpectedStatusException(
  1. int status,
  2. String responseBody
)

Implementation

const UnexpectedStatusException(this.status, this.responseBody)
    : super('CupThread API responded with unexpected status HTTP $status: $responseBody');