CommandException constructor

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

Implementation

CommandException(super.message, [super.details]);