SSHHttpException constructor

const SSHHttpException(
  1. String message, {
  2. Uri? uri,
})

Implementation

const SSHHttpException(this.message, {this.uri});