ConfigSchemaAlterException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\Core\Config\SchemaFile
core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.phpView source
<?php
namespace Drupal\Core\Config\Schema;
/**
* Exception for when hook_config_schema_info_alter() adds or removes schema.
*/
class ConfigSchemaAlterException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
ConfigSchemaAlterException | Exception for when hook_config_schema_info_alter() adds or removes schema. |