You are here

UnsupportedDataTypeConfigException.php in Zircon Profile 8

Namespace

Drupal\Core\Config

File

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

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


/**
 * Exception thrown when a config data type is invalid.
 */
class UnsupportedDataTypeConfigException extends ConfigException {

}

Classes

Namesort descending Description
UnsupportedDataTypeConfigException Exception thrown when a config data type is invalid.