Neos\Flow\Error\ExceptionHandlerInterface::handleException PHP Method

handleException() public method

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
return void
    public function handleException($exception);
ExceptionHandlerInterface