UnsupportedDataTypeConfigException.php

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

Title Deprecated Summary
UnsupportedDataTypeConfigException Exception thrown when a config data type is invalid.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.