You are here

EntityTypeIdLengthException.php in Zircon Profile 8

File

core/lib/Drupal/Core/Entity/Exception/EntityTypeIdLengthException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Entity\Exception\EntityTypeIdLengthException.
 */
namespace Drupal\Core\Entity\Exception;


/**
 * Defines an exception thrown when an entity ID is too long.
 */
class EntityTypeIdLengthException extends \Exception {

}

Classes

Namesort descending Description
EntityTypeIdLengthException Defines an exception thrown when an entity ID is too long.