You are here

class UnsupportedEntityTypeDefinitionException in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php \Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException
  2. 9 core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php \Drupal\Core\Entity\Exception\UnsupportedEntityTypeDefinitionException

Defines an exception thrown when an entity type definition is invalid.

Hierarchy

Expanded class hierarchy of UnsupportedEntityTypeDefinitionException

3 files declare their use of UnsupportedEntityTypeDefinitionException
EntityOwnerTrait.php in core/modules/user/src/EntityOwnerTrait.php
EntityPublishedTrait.php in core/lib/Drupal/Core/Entity/EntityPublishedTrait.php
RevisionLogEntityTrait.php in core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php

File

core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php, line 8

Namespace

Drupal\Core\Entity\Exception
View source
class UnsupportedEntityTypeDefinitionException extends \Exception {

}

Members