You are here

protected property MediaTypeNotFoundException::$message in Gutenberg 8

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

File

src/Service/MediaTypeNotFoundException.php, line 15

Class

MediaTypeNotFoundException
Thrown if media type entity couldn't be found.

Namespace

Drupal\gutenberg\Service

Code

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