LevitTaskCancelledException constructor

const LevitTaskCancelledException(
  1. String taskId,
  2. String executionId
)

Creates a cooperative cancellation exception.

Implementation

const LevitTaskCancelledException(this.taskId, this.executionId);