UnsupportedEntityTypeDefinitionException.php

Same filename and directory in other branches
  1. 9 core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php
  2. 8.9.x core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php
  3. 10 core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php

Namespace

Drupal\Core\Entity\Exception

File

core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php

View source
<?php

namespace Drupal\Core\Entity\Exception;


/**
 * Defines an exception thrown when an entity type definition is invalid.
 */
class UnsupportedEntityTypeDefinitionException extends \Exception {

}

Classes

Title Deprecated Summary
UnsupportedEntityTypeDefinitionException Defines an exception thrown when an entity type definition is invalid.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.