EntityMalformedException.php 165 B

12345678
  1. <?php
  2. namespace Drupal\Core\Entity;
  3. /**
  4. * Defines an exception thrown when a malformed entity is passed.
  5. */
  6. class EntityMalformedException extends \Exception {}