Documentation

HandlerFailedException extends RuntimeException
in package

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>

Properties

Methods

__construct()

public __construct(Envelope $envelope, array<string|int, Throwable$exceptions) : mixed
Parameters
$envelope : Envelope
$exceptions : array<string|int, Throwable>

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>

        
On this page

Search results