You are here

UndefinedLinkTemplateException.php in Zircon Profile 8

File

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

/**
 * @file
 * Contains \Drupal\Core\Entity\Exception\UndefinedLinkTemplateException.
 */
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.