ConfigSchemaAlterException.php
Same filename in other branches
Namespace
Drupal\Core\Config\SchemaFile
-
core/
lib/ Drupal/ Core/ Config/ Schema/ ConfigSchemaAlterException.php
View source
<?php
namespace Drupal\Core\Config\Schema;
/**
* Exception for when hook_config_schema_info_alter() adds or removes schema.
*/
class ConfigSchemaAlterException extends \RuntimeException {
}
Classes
Title | Deprecated | Summary |
---|---|---|
ConfigSchemaAlterException | Exception for when hook_config_schema_info_alter() adds or removes schema. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.