You are here

MailHandlerException.php in Drupal 8

Same filename and directory in other branches
  1. 9 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

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