You are here

MediaEntityNotMatchedException.php in Gutenberg 8

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

File

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

namespace Drupal\gutenberg\Service;


/**
 * Thrown if media entity couldn't be matched.
 *
 * @package Drupal\gutenberg\Service
 */
class MediaEntityNotMatchedException extends \Exception {

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

}

Classes

Namesort descending Description
MediaEntityNotMatchedException Thrown if media entity couldn't be matched.