UndefinedLinkTemplateException.php in Drupal 9
Same filename and directory in other branches
Namespace
Drupal\Core\Entity\ExceptionFile
core/lib/Drupal/Core/Entity/Exception/UndefinedLinkTemplateException.phpView source
<?php
namespace Drupal\Core\Entity\Exception;
/**
* Defines an exception class for undefined link templates.
*/
class UndefinedLinkTemplateException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
UndefinedLinkTemplateException | Defines an exception class for undefined link templates. |