FatalErrorHandlerInterface
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. |