ViewRenderElementException.php

Same filename in other branches
  1. 9 core/modules/views/src/Exception/ViewRenderElementException.php
  2. 11.x core/modules/views/src/Exception/ViewRenderElementException.php

Namespace

Drupal\views\Exception

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

Title Deprecated Summary
ViewRenderElementException Defines an exception for an invalid View render element.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.