WorkflowUpdateRPCTimeoutOrCanceledException
extends TimeoutException
in package
Occurs when an update call times out or is cancelled.
Tags
Table of Contents
Methods
- fromTimeoutOrCanceledException() : self
- buildMessage() : string
- Build key-value list to explain exception. Skips empty values.
- __construct() : mixed
Methods
fromTimeoutOrCanceledException()
public
static fromTimeoutOrCanceledException(TimeoutException|CanceledException $exception) : self
Parameters
- $exception : TimeoutException|CanceledException
Return values
selfbuildMessage()
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>
Return values
string__construct()
private
__construct([string $message = '' ][, int $code = 0 ][, Throwable|null $previous = null ]) : mixed
Parameters
- $message : string = ''
- $code : int = 0
- $previous : Throwable|null = null