class ConfigImporterException

Exception thrown when a config import fails.

Hierarchy

Expanded class hierarchy of ConfigImporterException

2 files declare their use of ConfigImporterException
ConfigImporterTest.php in drupal/core/modules/config/lib/Drupal/config/Tests/ConfigImporterTest.php
Contains \Drupal\config\Tests\ConfigImporterTest.
SystemConfigSubscriber.php in drupal/core/modules/system/lib/Drupal/system/SystemConfigSubscriber.php
Contains \Drupal\system\SystemConfigSubscriber.

File

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

Namespace

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

}

Members