Documentation

CompensationException extends TemporalException
in package

Table of Contents

Properties

$suppressed  : array<string|int, Throwable>

Methods

addSuppressed()  : void
getSuppressed()  : array<string|int, Throwable>
buildMessage()  : string
Build key-value list to explain exception. Skips empty values.

Properties

Methods

getSuppressed()

public getSuppressed() : array<string|int, Throwable>
Return values
array<string|int, Throwable>

buildMessage()

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

        
On this page

Search results