ConfigException constructor

ConfigException(
  1. String message
)

Creates a configuration error carrying message.

Implementation

ConfigException(this.message);