BloomHttpException constructor

BloomHttpException(
  1. String message, {
  2. int? statusCode,
  3. Uri? uri,
})

Creates a BloomHttpException.

Implementation

BloomHttpException(this.message, {this.statusCode, this.uri});