You are here

protected property FileEntityNotFoundException::$message in Gutenberg 8

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

File

src/Service/FileEntityNotFoundException.php, line 15

Class

FileEntityNotFoundException
Thrown if file entity couldn't be found.

Namespace

Drupal\gutenberg\Service

Code

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