UfbtHttpException constructor

const UfbtHttpException(
  1. int statusCode,
  2. String reasonPhrase
)

Implementation

const UfbtHttpException(this.statusCode, this.reasonPhrase);