You are here

ConfigSchemaAlterException.php in Drupal 8

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php

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

Namesort descending Description
ConfigSchemaAlterException Exception for when hook_config_schema_info_alter() adds or removes schema.