class MailHandlerException in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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
File
- core/
modules/ contact/ src/ MailHandlerException.php, line 13 - Contains \Drupal\contact\MailHandlerException.
Namespace
Drupal\contactView source
class MailHandlerException extends \RuntimeException {
}