KasseneckHttpError constructor

const KasseneckHttpError(
  1. String functionName,
  2. int statusCode,
  3. String reason, {
  4. String? causeType,
})

Implementation

const KasseneckHttpError(this.functionName, this.statusCode, this.reason, {this.causeType});