ConfigException constructor

ConfigException(
  1. String path,
  2. String message
)

Implementation

ConfigException(this.path, this.message);