Exception thrown if an entity type is not represented by a class.
This might occur by calling a static method on an abstract class.
Hierarchy
- class \Drupal\Core\Entity\Exception\NoCorrespondingEntityClassException extends \Exception
See also
\Drupal\Core\Entity\Entity::getEntityTypeFromStaticClass()
File
- core/lib/Drupal/Core/Entity/Exception/NoCorrespondingEntityClassException.php, line 12
Namespace
Drupal\Core\Entity\Exception
Members
Name | Modifiers | Type | Description |
---|---|---|---|
NoCorrespondingEntityClassException::__construct | public | function | Constructs an NoCorrespondingEntityClassException. |
Please login to continue.