class ConfigException in Drupal 8
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Config/ConfigException.php \Drupal\Core\Config\ConfigException
- 10 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\ConfigView source
class ConfigException extends \RuntimeException {
}