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
$suppressed
private
array<string|int, Throwable>
$suppressed
= []
Methods
addSuppressed()
public
addSuppressed(Throwable $e) : void
Parameters
- $e : Throwable
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>