WorkflowException constructor
const
WorkflowException(
- WorkflowFailureCode code,
- String message
Creates a workflow exception.
Implementation
const WorkflowException(this.code, this.message);