ConfigDirectoryNotDefinedException.php

Same filename in other branches
  1. 10 core/lib/Drupal/Core/Config/ConfigDirectoryNotDefinedException.php
  2. 11.x core/lib/Drupal/Core/Config/ConfigDirectoryNotDefinedException.php

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

Title Deprecated Summary
ConfigDirectoryNotDefinedException An exception thrown when the config sync directory is not defined.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.