Select Git revision
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
UnsupportedDataTypeConfigException.php 171 B
<?php
namespace Drupal\Core\Config;
/**
* Exception thrown when a config data type is invalid.
*/
class UnsupportedDataTypeConfigException extends ConfigException {
}