MailHandlerException.php

Same filename and directory in other branches
  1. 9 core/modules/contact/src/MailHandlerException.php
  2. 10 core/modules/contact/src/MailHandlerException.php
  3. 11.x core/modules/contact/src/MailHandlerException.php

Namespace

Drupal\contact

File

core/modules/contact/src/MailHandlerException.php

View source
<?php

namespace Drupal\contact;


/**
 * Exception thrown by MailHandler when unable to determine message recipient.
 */
class MailHandlerException extends \RuntimeException {

}

Classes

Title Deprecated Summary
MailHandlerException Exception thrown by MailHandler when unable to determine message recipient.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.