ConfigSchemaAlterException.php 194 B

123456789
  1. <?php
  2. namespace Drupal\Core\Config\Schema;
  3. /**
  4. * Exception for when hook_config_schema_info_alter() adds or removes schema.
  5. */
  6. class ConfigSchemaAlterException extends \RuntimeException {
  7. }