You are here

UnsupportedDataTypeConfigException.php in Drupal 9

Namespace

Drupal\Core\Config

File

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

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.