ConfigEntityIdLengthException.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Drupal\Core\Config\Entity\ExceptionFile
core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.phpView 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
Name | Description |
---|---|
ConfigEntityIdLengthException | Defines an exception thrown when a configuration entity ID is too long. |