class ConfigValueException in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/ConfigValueException.php \Drupal\Core\Config\ConfigValueException
Exception thrown when config object values are invalid.
Hierarchy
- class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException
- class \Drupal\Core\Config\ConfigValueException
Expanded class hierarchy of ConfigValueException
1 file declares its use of ConfigValueException
- ConfigCRUDTest.php in core/
modules/ config/ src/ Tests/ ConfigCRUDTest.php - Contains \Drupal\config\Tests\ConfigCRUDTest.
File
- core/
lib/ Drupal/ Core/ Config/ ConfigValueException.php, line 13 - Contains \Drupal\Core\Config\ConfigValueException.
Namespace
Drupal\Core\ConfigView source
class ConfigValueException extends ConfigException {
}