class FileEntityNotFoundException in Gutenberg 8.2
Same name and namespace in other branches
- 8 src/Service/FileEntityNotFoundException.php \Drupal\gutenberg\Service\FileEntityNotFoundException
Thrown if file entity couldn't be found.
@package Drupal\gutenberg\Service
Hierarchy
- class \Drupal\gutenberg\Service\FileEntityNotFoundException extends \Drupal\gutenberg\Service\Exception
Expanded class hierarchy of FileEntityNotFoundException
1 file declares its use of FileEntityNotFoundException
- MediaController.php in src/
Controller/ MediaController.php
File
- src/
Service/ FileEntityNotFoundException.php, line 10
Namespace
Drupal\gutenberg\ServiceView source
class FileEntityNotFoundException extends \Exception {
/**
* {@inheritDoc}
*/
protected $message = 'File entity not found.';
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FileEntityNotFoundException:: |
protected | property |