MediaEntityNotMatchedException.php in Gutenberg 8.2
Same filename and directory in other branches
Namespace
Drupal\gutenberg\ServiceFile
src/Service/MediaEntityNotMatchedException.phpView source
<?php
namespace Drupal\gutenberg\Service;
/**
* Thrown if media entity couldn't be matched.
*
* @package Drupal\gutenberg\Service
*/
class MediaEntityNotMatchedException extends \Exception {
/**
* {@inheritDoc}
*/
protected $message = "Couldn't match any media type for the file.";
}
Classes
Name | Description |
---|---|
MediaEntityNotMatchedException | Thrown if media entity couldn't be matched. |