You are here

EntityMalformedException.php in Drupal 9

Same filename and directory in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityMalformedException.php

Namespace

Drupal\Core\Entity

File

core/lib/Drupal/Core/Entity/EntityMalformedException.php
View source
<?php

namespace Drupal\Core\Entity;


/**
 * Defines an exception thrown when a malformed entity is passed.
 */
class EntityMalformedException extends \Exception {

}

Classes

Namesort descending Description
EntityMalformedException Defines an exception thrown when a malformed entity is passed.