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

neverHandleSecurityException() public method

SecurityException are rethrown
    public function neverHandleSecurityException()
    {
        $this->handler->handleRenderingException('path', new \Neos\Flow\Security\Exception());
    }