You are here

class FileEntityNotSavedException in Gutenberg 8

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

Thrown if file and file entity couldn't be saved.

@package Drupal\gutenberg\Service

Hierarchy

Expanded class hierarchy of FileEntityNotSavedException

File

src/Service/FileEntityNotSavedException.php, line 10

Namespace

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

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

}

Members