You are here

FileEntityNotSavedException.php in Gutenberg 8

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

File

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

namespace Drupal\gutenberg\Service;


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

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

}

Classes

Namesort descending Description
FileEntityNotSavedException Thrown if file and file entity couldn't be saved.