Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php \Drupal\Core\Config\Schema\SchemaIncompleteException
  2. 9 core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php \Drupal\Core\Config\Schema\SchemaIncompleteException

An exception thrown when a config schema is incomplete.

Hierarchy

Expanded class hierarchy of SchemaIncompleteException

7 files declare their use of SchemaIncompleteException
ConfigEntityBase.php in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
EntityBlock.php in core/modules/block/src/Plugin/migrate/destination/EntityBlock.php
LayoutBuilderEntityViewDisplayTest.php in core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php
SchemaConfigListenerTestTrait.php in core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php
SchemaConfigListenerWebTest.php in core/modules/config/tests/src/Functional/SchemaConfigListenerWebTest.php

... See full list

File

core/lib/Drupal/Core/Config/Schema/SchemaIncompleteException.php, line 8

Namespace

Drupal\Core\Config\Schema
View source
class SchemaIncompleteException extends \RuntimeException {

}

Members