class MailHandlerException in Drupal 9
Same name and namespace in other branches
- 8 core/modules/contact/src/MailHandlerException.php \Drupal\contact\MailHandlerException
Exception thrown by MailHandler when unable to determine message recipient.
Hierarchy
- class \Drupal\contact\MailHandlerException extends \Drupal\contact\RuntimeException
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\contactView source
class MailHandlerException extends \RuntimeException {
}