You are here

class MediaEntityNotSavedException in Gutenberg 8

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

Thrown if media entity couldn't be saved.

@package Drupal\gutenberg\Service

Hierarchy

Expanded class hierarchy of MediaEntityNotSavedException

File

src/Service/MediaEntityNotSavedException.php, line 10

Namespace

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

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

}

Members