<?php

namespace Drupal\Core\Config;

/**
 * Exception thrown when config object values are invalid.
 */
class ConfigValueException extends ConfigException {}
