You are here

protected property MediaEntityNotSavedException::$message in Gutenberg 8

Same name and namespace in other branches
  1. 8.2 src/Service/MediaEntityNotSavedException.php \Drupal\gutenberg\Service\MediaEntityNotSavedException::message

File

src/Service/MediaEntityNotSavedException.php, line 15

Class

MediaEntityNotSavedException
Thrown if media entity couldn't be saved.

Namespace

Drupal\gutenberg\Service

Code

protected $message = 'Media entity could not be saved.';