<?php

namespace Drupal\views\Exception;

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