class MessageNotifyException in Message Notify 8
Provide a separate Exception so it can be caught separately.
Hierarchy
- class \Drupal\message_notify\Exception\MessageNotifyException extends \Drupal\message_notify\Exception\Exception
Expanded class hierarchy of MessageNotifyException
6 files declare their use of MessageNotifyException
- Email.php in src/
Plugin/ Notifier/ Email.php - EmailTest.php in tests/
src/ Unit/ Plugin/ Notifier/ EmailTest.php - MessageNotifier.php in src/
MessageNotifier.php - MessageNotifierBase.php in src/
Plugin/ Notifier/ MessageNotifierBase.php - MessageNotifyTest.php in tests/
src/ Kernel/ MessageNotifyTest.php
File
- src/
Exception/ MessageNotifyException.php, line 8
Namespace
Drupal\message_notify\ExceptionView source
class MessageNotifyException extends \Exception {
}