You are here

protected property FileEntityNotSavedException::$message in Gutenberg 8

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

File

src/Service/FileEntityNotSavedException.php, line 15

Class

FileEntityNotSavedException
Thrown if file and file entity couldn't be saved.

Namespace

Drupal\gutenberg\Service

Code

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