FinchHttpException constructor

FinchHttpException(
  1. String message, {
  2. int? statusCode,
})

Implementation

FinchHttpException(this.message, {this.statusCode});