Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / Exception / InvalidLinkTemplateException.php
1 <?php
2
3 namespace Drupal\Core\Entity\Exception;
4
5 /**
6  * Indicates that a link template does not follow the required pattern.
7  */
8 class InvalidLinkTemplateException extends \Exception {
9
10 }