You are here

class ViewRenderElementException in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/views/src/Exception/ViewRenderElementException.php \Drupal\views\Exception\ViewRenderElementException

Defines an exception for an invalid View render element.

Hierarchy

Expanded class hierarchy of ViewRenderElementException

2 files declare their use of ViewRenderElementException
View.php in core/modules/views/src/Element/View.php
ViewElementTest.php in core/modules/views/tests/src/Kernel/ViewElementTest.php

File

core/modules/views/src/Exception/ViewRenderElementException.php, line 8

Namespace

Drupal\views\Exception
View source
class ViewRenderElementException extends \Exception {

}

Members