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