You are here

InvalidLinkTemplateException.php in Drupal 10

File

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

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.