InvalidLinkTemplateException.php 187 B

12345678910
  1. <?php
  2. namespace Drupal\Core\Entity\Exception;
  3. /**
  4. * Indicates that a link template does not follow the required pattern.
  5. */
  6. class InvalidLinkTemplateException extends \Exception {
  7. }