UndefinedLinkTemplateException.php 184 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Entity\Exception;
  3. /**
  4. * Defines an exception class for undefined link templates.
  5. */
  6. class UndefinedLinkTemplateException extends \RuntimeException {
  7. }