ExecutionException constructor
ExecutionException(
- String message, {
- String? command,
- StackTrace? stackTrace,
Creates an execution exception.
Implementation
ExecutionException(super.message, {super.command, super.stackTrace});