blob: cb9f1bb73ef1c6559c57e0168b4a55e80c343202 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<?php
namespace Drupal\Core\Config;
/**
* Exception thrown when a config object UUID causes a conflict.
*/
class ConfigDuplicateUUIDException extends ConfigException {
}
|