You are here

class FileEntityNotFoundException in Gutenberg 8

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

Thrown if file entity couldn't be found.

@package Drupal\gutenberg\Service

Hierarchy

Expanded class hierarchy of FileEntityNotFoundException

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

File

src/Service/FileEntityNotFoundException.php, line 10

Namespace

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

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

}

Members