JetHttpException constructor

JetHttpException(
  1. String message, [
  2. Uri? uri
])

Implementation

JetHttpException(this.message, [this.uri]);