ConfigFileException constructor

const ConfigFileException(
  1. String code,
  2. String message, {
  3. int exitCode = 4,
})

Implementation

const ConfigFileException(this.code, this.message, {this.exitCode = 4});