ContainerStartException constructor

const ContainerStartException(
  1. String message
)

Creates a ContainerStartException with the given message.

Implementation

const ContainerStartException(this.message);