4720f57c07f5c8ef05be7c827c5fae89d81f3787
[yaffs-website] / 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 }