class MediaEntityNotMatchedException in Gutenberg 8
Same name and namespace in other branches
- 8.2 src/Service/MediaEntityNotMatchedException.php \Drupal\gutenberg\Service\MediaEntityNotMatchedException
Thrown if media entity couldn't be matched.
@package Drupal\gutenberg\Service
Hierarchy
- class \Drupal\gutenberg\Service\MediaEntityNotMatchedException extends \Drupal\gutenberg\Service\Exception
Expanded class hierarchy of MediaEntityNotMatchedException
File
- src/
Service/ MediaEntityNotMatchedException.php, line 10
Namespace
Drupal\gutenberg\ServiceView source
class MediaEntityNotMatchedException extends \Exception {
/**
* {@inheritDoc}
*/
protected $message = "Couldn't match any media type for the file.";
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
MediaEntityNotMatchedException:: |
protected | property |