Neos\Fusion\Tests\Unit\Core\ExceptionHandlers\AbstractRenderingExceptionHandlerTest::neverHandleStopActionException PHP Method

neverHandleStopActionException() public method

StopActionException are rethrown
    public function neverHandleStopActionException()
    {
        $this->handler->handleRenderingException('path', new StopActionException());
    }