ConnectionLostException constructor

const ConnectionLostException(
  1. String message, [
  2. Object? cause
])

Implementation

const ConnectionLostException(super.message, [super.cause]);