ServerConfigException constructor
const
ServerConfigException(
- String message
Creates the exception with a precise message.
Implementation
const ServerConfigException(this.message);
Creates the exception with a precise message.
const ServerConfigException(this.message);