CommandException constructor
CommandException(
- String message, [
- dynamic details
Implementation
CommandException(super.message, [super.details]);
CommandException(super.message, [super.details]);