ServerConfigException constructor

const ServerConfigException(
  1. String message
)

Creates the exception with a precise message.

Implementation

const ServerConfigException(this.message);