MailHandlerException.php 177 B

12345678
  1. <?php
  2. namespace Drupal\contact;
  3. /**
  4. * Exception thrown by MailHandler when unable to determine message recipient.
  5. */
  6. class MailHandlerException extends \RuntimeException {}