e25a909ed523936555e1dfaa6a38718f37e1dc6a
[yaffs-website] / 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 {}