You are here

FileEntityNotFoundException.php in Gutenberg 8

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

File

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

namespace Drupal\gutenberg\Service;


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

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

}

Classes

Namesort descending Description
FileEntityNotFoundException Thrown if file entity couldn't be found.