WorkflowException constructor

const WorkflowException(
  1. WorkflowFailureCode code,
  2. String message
)

Creates a workflow exception.

Implementation

const WorkflowException(this.code, this.message);