MediaEntityNotFoundException.php in Gutenberg 8.2
Same filename and directory in other branches
Namespace
Drupal\gutenberg\ServiceFile
src/Service/MediaEntityNotFoundException.phpView source
<?php
namespace Drupal\gutenberg\Service;
/**
* Thrown if media entity couldn't be found.
*
* @package Drupal\gutenberg\Service
*/
class MediaEntityNotFoundException extends \Exception {
/**
* {@inheritDoc}
*/
protected $message = 'Media entity not found.';
}
Classes
Name | Description |
---|---|
MediaEntityNotFoundException | Thrown if media entity couldn't be found. |