class ConfigDirectoryNotDefinedException in Drupal 10
Same name and namespace in other branches
- 9 core/lib/Drupal/Core/Config/ConfigDirectoryNotDefinedException.php \Drupal\Core\Config\ConfigDirectoryNotDefinedException
An exception thrown when the config sync directory is not defined.
Hierarchy
- class \Drupal\Core\Config\ConfigDirectoryNotDefinedException extends \Drupal\Core\Config\ConfigException
Expanded class hierarchy of ConfigDirectoryNotDefinedException
1 file declares its use of ConfigDirectoryNotDefinedException
- FileStorageFactoryTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ FileStorageFactoryTest.php
File
- core/
lib/ Drupal/ Core/ Config/ ConfigDirectoryNotDefinedException.php, line 8
Namespace
Drupal\Core\ConfigView source
class ConfigDirectoryNotDefinedException extends ConfigException {
}