ConfigException.php

Definition of Drupal\Core\Config\ConfigException.

Namespace

Drupal\Core\Config

File

drupal/core/lib/Drupal/Core/Config/ConfigException.php
View source
<?php

/**
 * @file
 * Definition of Drupal\Core\Config\ConfigException.
 */
namespace Drupal\Core\Config;

use RuntimeException;

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

}

Classes

Namesort descending Description
ConfigException A base exception thrown in any configuration system operations.