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