You are here

EntityReferenceRecursiveRenderingException.php in Entity reference 8

File

lib/Drupal/entityreference/EntityReferenceRecursiveRenderingException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\entityreference\EntityReferenceRecursiveRenderingException.
 */
namespace Drupal\entityreference;

use Exception;

/**
 * Exception thrown when the entity view renderer goes into a potentially infinite loop.
 */
class EntityReferenceRecursiveRenderingException extends Exception {

}

Classes

Namesort descending Description
EntityReferenceRecursiveRenderingException Exception thrown when the entity view renderer goes into a potentially infinite loop.