You are here

InvalidLinkTemplateException.php in Zircon Profile 8

File

core/lib/Drupal/Core/Entity/Exception/InvalidLinkTemplateException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Entity\Exception\InvalidLinkTemplateException.
 */
namespace Drupal\Core\Entity\Exception;


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

}

Classes

Namesort descending Description
InvalidLinkTemplateException Indicates that a link template does not follow the required pattern.