Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / Config / ConfigDuplicateUUIDException.php
1 <?php
2
3 namespace Drupal\Core\Config;
4
5 /**
6  * Exception thrown when a config object UUID causes a conflict.
7  */
8 class ConfigDuplicateUUIDException extends ConfigException {
9
10 }