symfony / 3.3 / symfony / component / debug / fatalerrorhandler / fatalerrorhandlerinterface.html

FatalErrorHandlerInterface

interface FatalErrorHandlerInterface

Attempts to convert fatal errors to exceptions.

Methods

FatalErrorException|null handleError(array $error, FatalErrorException $exception)

Attempts to convert an error into an exception.

Details

FatalErrorException|null handleError(array $error, FatalErrorException $exception)

Attempts to convert an error into an exception.

Parameters

array $error An array as returned by errorgetlast()
FatalErrorException $exception A FatalErrorException instance

Return Value

FatalErrorException|null A FatalErrorException instance if the class is able to convert the error, null otherwise