ExecutionException constructor

ExecutionException(
  1. String message, {
  2. String? command,
  3. StackTrace? stackTrace,
})

Creates an execution exception.

Implementation

ExecutionException(
  super.message, {
  super.command,
  super.stackTrace,
});