You are here

class MediaEntityNotMatchedException in Gutenberg 8

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

Thrown if media entity couldn't be matched.

@package Drupal\gutenberg\Service

Hierarchy

Expanded class hierarchy of MediaEntityNotMatchedException

File

src/Service/MediaEntityNotMatchedException.php, line 10

Namespace

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

  /**
   * {@inheritDoc}
   */
  protected $message = "Couldn't match any media type for the file.";

}

Members