You are here

MediaEntityNotFoundException.php in Gutenberg 8

Same filename and directory in other branches
  1. 8.2 src/Service/MediaEntityNotFoundException.php

File

src/Service/MediaEntityNotFoundException.php
View source
<?php

namespace Drupal\gutenberg\Service;


/**
 * Thrown if media entity couldn't be found.
 *
 * @package Drupal\gutenberg\Service
 */
class MediaEntityNotFoundException extends \Exception {

  /**
   * {@inheritDoc}
   */
  protected $message = 'Media entity not found.';

}

Classes

Namesort descending Description
MediaEntityNotFoundException Thrown if media entity couldn't be found.