You are here

EntityTypeIdLengthException.php in Drupal 10

File

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

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.