AcpTransportException constructor

const AcpTransportException(
  1. String message, {
  2. Object? cause,
})

Implementation

const AcpTransportException(this.message, {this.cause});