You are here

class MailHandlerException in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/contact/src/MailHandlerException.php \Drupal\contact\MailHandlerException

Exception thrown by MailHandler when unable to determine message recipient.

Hierarchy

Expanded class hierarchy of MailHandlerException

1 file declares its use of MailHandlerException
MailHandlerTest.php in core/modules/contact/tests/src/Unit/MailHandlerTest.php

File

core/modules/contact/src/MailHandlerException.php, line 8

Namespace

Drupal\contact
View source
class MailHandlerException extends \RuntimeException {

}

Members