class InvalidComponentDataException
Raised when a component is rendering with invalid data.
Hierarchy
- class \Drupal\Core\Render\Component\Exception\InvalidComponentDataException extends \Drupal\Core\Render\Component\Exception\Exception
Expanded class hierarchy of InvalidComponentDataException
1 file declares its use of InvalidComponentDataException
- ComponentElement.php in core/
lib/ Drupal/ Core/ Render/ Element/ ComponentElement.php
File
-
core/
lib/ Drupal/ Core/ Render/ Component/ Exception/ InvalidComponentDataException.php, line 10
Namespace
Drupal\Core\Render\Component\ExceptionView source
class InvalidComponentDataException extends \Exception {
}