class SchemaIncompleteException
An exception thrown when a config schema is incomplete.
Hierarchy
- class \Drupal\Core\Config\Schema\SchemaIncompleteException extends \Drupal\Core\Config\Schema\RuntimeException
Expanded class hierarchy of SchemaIncompleteException
3 files declare their use of SchemaIncompleteException
- ConfigEntityBase.php in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityBase.php - ConfigSchemaChecker.php in core/
lib/ Drupal/ Core/ Config/ Development/ ConfigSchemaChecker.php - EntityBlock.php in core/
modules/ block/ src/ Plugin/ migrate/ destination/ EntityBlock.php
File
-
core/
lib/ Drupal/ Core/ Config/ Schema/ SchemaIncompleteException.php, line 8
Namespace
Drupal\Core\Config\SchemaView source
class SchemaIncompleteException extends \RuntimeException {
}