HpsConnectionException constructor

HpsConnectionException(
  1. Object cause
)

Implementation

HpsConnectionException(this.cause)
    : super('Could not reach the hobex HPS: $cause');