class IncompatibleComponentSchema
Custom exception for incompatible schemas.
Hierarchy
- class \Drupal\Core\Render\Component\Exception\IncompatibleComponentSchema extends \Drupal\Core\Render\Component\Exception\Exception
Expanded class hierarchy of IncompatibleComponentSchema
2 files declare their use of IncompatibleComponentSchema
- ComponentPluginManager.php in core/
lib/ Drupal/ Core/ Theme/ ComponentPluginManager.php - SchemaCompatibilityChecker.php in core/
lib/ Drupal/ Core/ Theme/ Component/ SchemaCompatibilityChecker.php
File
-
core/
lib/ Drupal/ Core/ Render/ Component/ Exception/ IncompatibleComponentSchema.php, line 10
Namespace
Drupal\Core\Render\Component\ExceptionView source
class IncompatibleComponentSchema extends \Exception {
}