ConfigImporterException.php

Contains \Drupal\Core\Config\ConfigImporterException.

Namespace

Drupal\Core\Config

File

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

/**
* @file
* Contains \Drupal\Core\Config\ConfigImporterException.
*/
namespace Drupal\Core\Config;


/**
* Exception thrown when a config import fails.
*/
class ConfigImporterException extends ConfigException {

}

Classes

Namesort descending Description
ConfigImporterException Exception thrown when a config import fails.