MailHandlerException.php in Drupal 8
Same filename and directory in other branches
Namespace
Drupal\contactFile
core/modules/contact/src/MailHandlerException.phpView source
<?php
namespace Drupal\contact;
/**
* Exception thrown by MailHandler when unable to determine message recipient.
*/
class MailHandlerException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
MailHandlerException | Exception thrown by MailHandler when unable to determine message recipient. |