ConfigDirectoryNotDefinedException.php in Drupal 9
Namespace
Drupal\Core\ConfigFile
core/lib/Drupal/Core/Config/ConfigDirectoryNotDefinedException.phpView source
<?php
namespace Drupal\Core\Config;
/**
* An exception thrown when the config sync directory is not defined.
*/
class ConfigDirectoryNotDefinedException extends ConfigException {
}
Classes
Name | Description |
---|---|
ConfigDirectoryNotDefinedException | An exception thrown when the config sync directory is not defined. |