You are here

protected property MediaEntityNotFoundException::$message in Gutenberg 8

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

File

src/Service/MediaEntityNotFoundException.php, line 15

Class

MediaEntityNotFoundException
Thrown if media entity couldn't be found.

Namespace

Drupal\gutenberg\Service

Code

protected $message = 'Media entity not found.';