MarkdownVersionException.php in Markdown 8.2
Namespace
Drupal\markdown\ExceptionFile
src/Exception/MarkdownVersionException.phpView source
<?php
namespace Drupal\markdown\Exception;
/**
* Exception thrown when a version has not been satisfied.
*
* @deprecated in markdown:8.x-2.0 and is removed from markdown:3.0.0.
* No replacement.
* @see https://www.drupal.org/project/markdown/issues/3142418
*/
class MarkdownVersionException extends MarkdownException {
}
Classes
Name | Description |
---|---|
MarkdownVersionException Deprecated | Exception thrown when a version has not been satisfied. |