<?php

namespace Drupal\Core\Config;

/**
 * Exception thrown when a config object UUID causes a conflict.
 */
class ConfigDuplicateUUIDException extends ConfigException {

}