CleanerException constructor

const CleanerException(
  1. String message, {
  2. int exitCode = 1,
})

Implementation

const CleanerException(this.message, {this.exitCode = 1});