Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Config/ConfigException.php \Drupal\Core\Config\ConfigException
  2. 9 core/lib/Drupal/Core/Config/ConfigException.php \Drupal\Core\Config\ConfigException

A base exception thrown in any configuration system operations.

Hierarchy

  • class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException

Expanded class hierarchy of ConfigException

3 files declare their use of ConfigException
ConfigEntityIdLengthException.php in core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php
ConfigEntityStorageClassException.php in core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php
RequiredStateMissingException.php in core/modules/workflows/src/Exception/RequiredStateMissingException.php

File

core/lib/Drupal/Core/Config/ConfigException.php, line 8

Namespace

Drupal\Core\Config
View source
class ConfigException extends \RuntimeException {

}

Members