CliException constructor

CliException(
  1. String message, [
  2. dynamic details
])

Implementation

CliException(this.message, [this.details]);