ViewRenderElementException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\views\ExceptionFile
core/modules/views/src/Exception/ViewRenderElementException.phpView source
<?php
namespace Drupal\views\Exception;
/**
* Defines an exception for an invalid View render element.
*/
class ViewRenderElementException extends \Exception {
}
Classes
Name | Description |
---|---|
ViewRenderElementException | Defines an exception for an invalid View render element. |