ConfigParseError constructor

ConfigParseError(
  1. String message,
  2. String filePath
)

Implementation

ConfigParseError(this.message, this.filePath);