You are here

ConfigImporterException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/lib/Drupal/Core/Config/ConfigImporterException.php

Namespace

Drupal\Core\Config

File

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.