ConfigImporterException.php
Namespace
Drupal\Core\ConfigFile
-
core/
lib/ Drupal/ Core/ Config/ ConfigImporterException.php
View source
<?php
namespace Drupal\Core\Config;
/**
* Exception thrown when a config import fails.
*/
class ConfigImporterException extends ConfigException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ConfigImporterException | Exception thrown when a config import fails. |