You are here

class ConfigImporterException in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigImporterException.php \Drupal\Core\Config\ConfigImporterException
  2. 10 core/lib/Drupal/Core/Config/ConfigImporterException.php \Drupal\Core\Config\ConfigImporterException

Exception thrown when a config import fails.

Hierarchy

Expanded class hierarchy of ConfigImporterException

7 files declare their use of ConfigImporterException
ConfigEntityStorage.php in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
ConfigImporterTest.php in core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php
ConfigImportRenameValidationTest.php in core/tests/Drupal/KernelTests/Core/Config/ConfigImportRenameValidationTest.php
ConfigSingleImportForm.php in core/modules/config/src/Form/ConfigSingleImportForm.php
ConfigSync.php in core/modules/config/src/Form/ConfigSync.php

... See full list

File

core/lib/Drupal/Core/Config/ConfigImporterException.php, line 8

Namespace

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

}

Members