Neos\Flow\Error\ExceptionHandlerInterface::handleException PHP Метод

handleException() публичный Метод

Handles the given exception
public handleException ( object $exception ) : void
$exception object The exception object - can be \Exception, or some type of \Throwable in PHP 7
Результат void
    public function handleException($exception);
ExceptionHandlerInterface