Neos\Fusion\Tests\Unit\Core\ExceptionHandlers\AbstractRenderingExceptionHandlerTest::neverHandleSecurityException PHP Метод

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

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