You are here

ConfigEntityIdLengthException.php in Zircon Profile 8

File

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

/**
 * @file
 * Contains \Drupal\Core\Config\Entity\Exception\ConfigEntityIdLengthException.
 */
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.