You are here

MarkdownExceptionInterface.php in Markdown 8.2

File

src/Exception/MarkdownExceptionInterface.php
View source
<?php

namespace Drupal\markdown\Exception;


/**
 * Provides an interface that can be used to target relevant exceptions.
 */
interface MarkdownExceptionInterface {

}

Interfaces

Namesort descending Description
MarkdownExceptionInterface Provides an interface that can be used to target relevant exceptions.