ContainerConnectException constructor

const ContainerConnectException(
  1. String message
)

Creates a ContainerConnectException with the given message.

Implementation

const ContainerConnectException(this.message);