ConfigExceptionKey constructor

ConfigExceptionKey(
  1. String message,
  2. String path,
  3. String key
)

Implementation

ConfigExceptionKey(String message, this.path, this.key) : super(message);