ConnectionException constructor

ConnectionException(
  1. String message,
  2. Error error
)

Implementation

ConnectionException(super.message, this.error);