Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Config / ConfigNameException.php
1 <?php
2
3 namespace Drupal\Core\Config;
4
5 /**
6  * Exception thrown when a config object name is invalid.
7  */
8 class ConfigNameException extends ConfigException {}