You are here

ViewRenderElementException.php in Drupal 10

Same filename and directory in other branches
  1. 9 core/modules/views/src/Exception/ViewRenderElementException.php

File

core/modules/views/src/Exception/ViewRenderElementException.php
View source
<?php

namespace Drupal\views\Exception;


/**
 * Defines an exception for an invalid View render element.
 */
class ViewRenderElementException extends \Exception {

}

Classes

Namesort descending Description
ViewRenderElementException Defines an exception for an invalid View render element.