Flow PHP

CompositeErrorHandler implements ErrorHandler

Read onlyYes
FinalYes

Fans an error out to multiple handlers. Each child invocation is wrapped so a misbehaving handler cannot prevent siblings from running.

Interfaces

ErrorHandler
Receives Throwables raised inside the SDK at runtime.

Methods

__construct()  : mixed
handle()  : void
handlers()  : array<string|int, ErrorHandler>

Methods

On this page

Search results