CliException constructor

CliException(
  1. String? message, {
  2. String? codeSample = '',
})

Implementation

CliException(this.message, {this.codeSample = ''});