ConnectionException constructor

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

Implementation

const ConnectionException(super.message, {super.cause});