You are here

MailHandlerException.php in Zircon Profile 8

Same filename and directory in other branches
  1. 8.0 core/modules/contact/src/MailHandlerException.php

Namespace

Drupal\contact

File

core/modules/contact/src/MailHandlerException.php
View source
<?php

/**
 * @file
 * Contains \Drupal\contact\MailHandlerException.
 */
namespace Drupal\contact;


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

}

Classes

Namesort descending Description
MailHandlerException Exception thrown by MailHandler when unable to determine message recipient.