ContainerStartException constructor
const
ContainerStartException(
- String message
Creates a ContainerStartException with the given message.
Implementation
const ContainerStartException(this.message);
Creates a ContainerStartException with the given message.
const ContainerStartException(this.message);