You are here

ConfigEntityIdLengthException.php in Drupal 9

File

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

namespace Drupal\Core\Config\Entity\Exception;

use Drupal\Core\Config\ConfigException;

/**
 * Defines an exception thrown when a configuration entity ID is too long.
 */
class ConfigEntityIdLengthException extends ConfigException {

}

Classes

Namesort descending Description
ConfigEntityIdLengthException Defines an exception thrown when a configuration entity ID is too long.