class MediaEntityNotFoundException in Gutenberg 8.2
Same name and namespace in other branches
- 8 src/Service/MediaEntityNotFoundException.php \Drupal\gutenberg\Service\MediaEntityNotFoundException
Thrown if media entity couldn't be found.
@package Drupal\gutenberg\Service
Hierarchy
- class \Drupal\gutenberg\Service\MediaEntityNotFoundException extends \Drupal\gutenberg\Service\Exception
Expanded class hierarchy of MediaEntityNotFoundException
1 file declares its use of MediaEntityNotFoundException
- MediaController.php in src/
Controller/ MediaController.php
File
- src/
Service/ MediaEntityNotFoundException.php, line 10
Namespace
Drupal\gutenberg\ServiceView source
class MediaEntityNotFoundException extends \Exception {
/**
* {@inheritDoc}
*/
protected $message = 'Media entity not found.';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MediaEntityNotFoundException:: |
protected | property |