Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Config / Entity / Exception / ConfigEntityIdLengthException.php
1 <?php
2
3 namespace Drupal\Core\Config\Entity\Exception;
4
5 use Drupal\Core\Config\ConfigException;
6
7 /**
8  * Defines an exception thrown when a configuration entity ID is too long.
9  */
10 class ConfigEntityIdLengthException extends ConfigException {}