You are here

abstract class MarkdownException in Markdown 8.2

Base class for exceptions related to markdown operations.

Hierarchy

Expanded class hierarchy of MarkdownException

Deprecated

in markdown:8.x-2.0 and is removed from markdown:3.0.0. Use \Drupal\markdown\Exception\MarkdownExceptionInterface instead.

See also

https://www.drupal.org/project/markdown/issues/3142418

File

src/Exception/MarkdownException.php, line 12

Namespace

Drupal\markdown\Exception
View source
abstract class MarkdownException extends \RuntimeException implements MarkdownExceptionInterface {

}

Members