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