Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Exception / UndefinedLinkTemplateException.php
1 <?php
2
3 namespace Drupal\Core\Entity\Exception;
4
5 /**
6  * Defines an exception class for undefined link templates.
7  */
8 class UndefinedLinkTemplateException extends \RuntimeException {
9
10 }