You are here

protected property FileEntityNotSavedException::$message in Gutenberg 8.2

Same name and namespace in other branches
  1. 8 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 = 'The file entity could not be saved. Please ensure the file type is supported.';