Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php \Drupal\Core\Config\Schema\ConfigSchemaAlterException
  2. 9 core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php \Drupal\Core\Config\Schema\ConfigSchemaAlterException

Exception for when hook_config_schema_info_alter() adds or removes schema.

Hierarchy

Expanded class hierarchy of ConfigSchemaAlterException

1 file declares its use of ConfigSchemaAlterException
ConfigSchemaTest.php in core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php

File

core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php, line 8

Namespace

Drupal\Core\Config\Schema
View source
class ConfigSchemaAlterException extends \RuntimeException {

}

Members