KasseneckHttpError constructor

const KasseneckHttpError(
  1. String functionName,
  2. int statusCode,
  3. String reason
)

Implementation

const KasseneckHttpError(this.functionName, this.statusCode, this.reason);