Upgraded drupal core with security updates
[yaffs-website] / web / core / modules / contact / src / MailHandlerException.php
1 <?php
2
3 namespace Drupal\contact;
4
5 /**
6  * Exception thrown by MailHandler when unable to determine message recipient.
7  */
8 class MailHandlerException extends \RuntimeException {}