WorkflowUpdateException
extends WorkflowException
in package
Table of Contents
Properties
- $execution : WorkflowExecution
- $type : string|null
- $updateId : string
- $updateName : string
Methods
- __construct() : mixed
- getExecution() : WorkflowExecution
- getUpdateId() : string
- getUpdateName() : string
- getWorkflowType() : string|null
- withoutMessage() : WorkflowException
- buildMessage() : string
- Build key-value list to explain exception. Skips empty values.
Properties
$execution
private
WorkflowExecution
$execution
$type
private
string|null
$type
$updateId read-only
private
string
$updateId
$updateName read-only
private
string
$updateName
Methods
__construct()
public
__construct(string|null $message, WorkflowExecution $execution, string|null $workflowType, string $updateId, string $updateName[, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string|null
- $execution : WorkflowExecution
- $workflowType : string|null
- $updateId : string
- $updateName : string
- $previous : Throwable|null = null
getExecution()
public
getExecution() : WorkflowExecution
Return values
WorkflowExecutiongetUpdateId()
public
getUpdateId() : string
Return values
stringgetUpdateName()
public
getUpdateName() : string
Return values
stringgetWorkflowType()
public
getWorkflowType() : string|null
Return values
string|nullwithoutMessage()
public
static withoutMessage(WorkflowExecution $execution[, string|null $workflowType = null ][, Throwable|null $previous = null ]) : WorkflowException
Parameters
- $execution : WorkflowExecution
- $workflowType : string|null = null
- $previous : Throwable|null = null
Return values
WorkflowExceptionbuildMessage()
Build key-value list to explain exception. Skips empty values.
protected
static buildMessage(array<non-empty-string, mixed> $values) : string
Parameters
- $values : array<non-empty-string, mixed>