You are here

EntityNotFoundException.php in Entity Embed 8

File

src/Exception/EntityNotFoundException.php
View source
<?php

namespace Drupal\entity_embed\Exception;


/**
 * Exception thrown when the embedded entity cannot be loaded.
 */
class EntityNotFoundException extends \Exception {

}

Classes

Namesort descending Description
EntityNotFoundException Exception thrown when the embedded entity cannot be loaded.