You are here

class ConfigException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/ConfigException.php \Drupal\Core\Config\ConfigException

A base exception thrown in any configuration system operations.

Hierarchy

  • class \Drupal\Core\Config\ConfigException extends \Drupal\Core\Config\RuntimeException

Expanded class hierarchy of ConfigException

2 files declare their use of ConfigException
ConfigEntityIdLengthException.php in core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityIdLengthException.php
Contains \Drupal\Core\Config\Entity\Exception\ConfigEntityIdLengthException.
ConfigEntityStorageClassException.php in core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php
Contains \Drupal\Core\Config\Entity\Exception\ConfigEntityStorageClassException.

File

core/lib/Drupal/Core/Config/ConfigException.php, line 13
Contains \Drupal\Core\Config\ConfigException.

Namespace

Drupal\Core\Config
View source
class ConfigException extends \RuntimeException {

}

Members