Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
| ConfigSchemaAlterException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
| <?php | |
| /** | |
| * @file | |
| * Contains \Drupal\Core\Config\Schema\ConfigSchemaAlterException. | |
| */ | |
| namespace Drupal\Core\Config\Schema; | |
| /** | |
| * Exception for when hook_config_schema_info_alter() adds or removes schema. | |
| */ | |
| class ConfigSchemaAlterException extends \RuntimeException { | |
| } |