Table of Contents
Properties
-
$envelope
: mixed
-
$exceptions
: array<string|int, mixed>
Methods
-
__construct()
: mixed
-
getEnvelope()
: Envelope
-
getNestedExceptionOfClass()
: array<string|int, mixed>
-
getNestedExceptions()
: array<string|int, Throwable>
$envelope
private
mixed
$envelope
$exceptions
private
array<string|int, mixed>
$exceptions
__construct()
public
__construct(Envelope $envelope, array<string|int, Throwable> $exceptions) : mixed
Parameters
-
$envelope
: Envelope
-
-
$exceptions
: array<string|int, Throwable>
-
getEnvelope()
public
getEnvelope() : Envelope
getNestedExceptionOfClass()
public
getNestedExceptionOfClass(string $exceptionClassName) : array<string|int, mixed>
Parameters
-
$exceptionClassName
: string
-
Return values
array<string|int, mixed>
getNestedExceptions()
public
getNestedExceptions() : array<string|int, Throwable>
Return values
array<string|int, Throwable>