You are here

class ViewRenderElementException in Drupal 9

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