v1/web/core/modules/contact/src/MailHandlerException.php

9 lines
177 B
PHP

<?php
namespace Drupal\contact;
/**
* Exception thrown by MailHandler when unable to determine message recipient.
*/
class MailHandlerException extends \RuntimeException {}