ConfigSchemaAlterException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php
  2. 8.9.x core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php
  3. 10 core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php

Namespace

Drupal\Core\Config\Schema

File

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.