<?php

namespace Drupal\Core\Config;

/**
 * A base exception thrown in any configuration system operations.
 */
class ConfigException extends \RuntimeException {}
