class UndefinedFunctionFatalErrorHandler implements FatalErrorHandlerInterface
ErrorHandler for undefined functions.
FatalErrorException|null | handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. |
Attempts to convert an error into an exception.
array | $error | An array as returned by error_get_last() |
FatalErrorException | $exception | A FatalErrorException instance |
FatalErrorException|null | A FatalErrorException instance if the class is able to convert the error, null otherwise |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Debug/FatalErrorHandler/UndefinedFunctionFatalErrorHandler.html