MarkdownExceptionInterface.php in Markdown 8.2
Namespace
Drupal\markdown\ExceptionFile
src/Exception/MarkdownExceptionInterface.phpView source
<?php
namespace Drupal\markdown\Exception;
/**
* Provides an interface that can be used to target relevant exceptions.
*/
interface MarkdownExceptionInterface {
}
Interfaces
Name | Description |
---|---|
MarkdownExceptionInterface | Provides an interface that can be used to target relevant exceptions. |