You are here

class MediaEntityNotFoundException in Gutenberg 8

Same name and namespace in other branches
  1. 8.2 src/Service/MediaEntityNotFoundException.php \Drupal\gutenberg\Service\MediaEntityNotFoundException

Thrown if media entity couldn't be found.

@package Drupal\gutenberg\Service

Hierarchy

Expanded class hierarchy of MediaEntityNotFoundException

1 file declares its use of MediaEntityNotFoundException
MediaController.php in src/Controller/MediaController.php

File

src/Service/MediaEntityNotFoundException.php, line 10

Namespace

Drupal\gutenberg\Service
View source
class MediaEntityNotFoundException extends \Exception {

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

}

Members