You are here

ConfigException.php in Drupal 10

Namespace

Drupal\Core\Config

File

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

namespace Drupal\Core\Config;


/**
 * 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.