You are here

UndefinedLinkTemplateException.php in Drupal 9

File

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

namespace Drupal\Core\Entity\Exception;


/**
 * Defines an exception class for undefined link templates.
 */
class UndefinedLinkTemplateException extends \RuntimeException {

}

Classes

Namesort descending Description
UndefinedLinkTemplateException Defines an exception class for undefined link templates.