eZ\Publish\Core\MVC\Exception\NoViewTemplateException::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\Core\MVC\Symfony\View\View $view )
$view eZ\Publish\Core\MVC\Symfony\View\View
    public function __construct(View $view)
    {
        $this->view = $view;
        parent::__construct(sprintf("No view template was set to render the view with the '%s' view type. Check your view configuration.", $view->getViewType()));
    }
NoViewTemplateException