You are here

class UnsupportedDataTypeConfigException in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php \Drupal\Core\Config\UnsupportedDataTypeConfigException

Exception thrown when a config data type is invalid.

Hierarchy

Expanded class hierarchy of UnsupportedDataTypeConfigException

1 file declares its use of UnsupportedDataTypeConfigException
ConfigCRUDTest.php in core/modules/config/src/Tests/ConfigCRUDTest.php
Contains \Drupal\config\Tests\ConfigCRUDTest.

File

core/lib/Drupal/Core/Config/UnsupportedDataTypeConfigException.php, line 13
Contains \Drupal\Core\Config\UnsupportedDataTypeConfigException.

Namespace

Drupal\Core\Config
View source
class UnsupportedDataTypeConfigException extends ConfigException {

}

Members