class FileEntityNotSavedException in Gutenberg 8.2
Same name and namespace in other branches
- 8 src/Service/FileEntityNotSavedException.php \Drupal\gutenberg\Service\FileEntityNotSavedException
Thrown if file and file entity couldn't be saved.
@package Drupal\gutenberg\Service
Hierarchy
- class \Drupal\gutenberg\Service\FileEntityNotSavedException extends \Drupal\gutenberg\Service\Exception
Expanded class hierarchy of FileEntityNotSavedException
File
- src/
Service/ FileEntityNotSavedException.php, line 10
Namespace
Drupal\gutenberg\ServiceView source
class FileEntityNotSavedException extends \Exception {
/**
* {@inheritDoc}
*/
protected $message = 'The file entity could not be saved. Please ensure the file type is supported.';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FileEntityNotSavedException:: |
protected | property |