<?php

namespace Drupal\Core\Entity\Exception;

/**
 * Indicates that a link template does not follow the required pattern.
 */
class InvalidLinkTemplateException extends \Exception {

}
