Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
Total | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
CRAP | |
100.00% |
0 / 0 |
UndefinedLinkTemplateException | |
100.00% |
1 / 1 |
|
100.00% |
0 / 0 |
0 | |
100.00% |
0 / 0 |
<?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 { | |
} |