You are here

namespace Drupal\markdown\Exception in Markdown 8.2

Classsort descending Location Description
InstallablePluginExceptionInterface src/Exception/InstallablePluginExceptionInterface.php Provides an interface that can be used to target relevant exceptions.
MarkdownException src/Exception/MarkdownException.php Base class for exceptions related to markdown operations.
MarkdownExceptionInterface src/Exception/MarkdownExceptionInterface.php Provides an interface that can be used to target relevant exceptions.
MarkdownFileNotExistsException src/Exception/MarkdownFileNotExistsException.php Exception thrown when a file is expected to exist but does not.
MarkdownUnexpectedValueException src/Exception/MarkdownUnexpectedValueException.php
MarkdownUrlNotExistsException src/Exception/MarkdownUrlNotExistsException.php Exception thrown when a URL is expected to exist but does not.
MarkdownVersionException src/Exception/MarkdownVersionException.php Exception thrown when a version has not been satisfied.
MissingVersionException src/Exception/MissingVersionException.php Exception thrown when an installable library is missing its version.