You are here

ConfigDirectoryNotDefinedException.php in Drupal 9

Namespace

Drupal\Core\Config

File

core/lib/Drupal/Core/Config/ConfigDirectoryNotDefinedException.php
View source
<?php

namespace Drupal\Core\Config;


/**
 * An exception thrown when the config sync directory is not defined.
 */
class ConfigDirectoryNotDefinedException extends ConfigException {

}

Classes

Namesort descending Description
ConfigDirectoryNotDefinedException An exception thrown when the config sync directory is not defined.