ClassNotFoundFatalErrorHandler
class ClassNotFoundFatalErrorHandler implements FatalErrorHandlerInterface
ErrorHandler for classes that do not exist.
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 | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.1/Symfony/Component/Debug/FatalErrorHandler/ClassNotFoundFatalErrorHandler.html