class ChannelFailure in Courier 8
Same name and namespace in other branches
- 2.x src/Exception/ChannelFailure.php \Drupal\courier\Exception\ChannelFailure
Defines an exception for when a message cannot be sent.
Hierarchy
- class \Drupal\courier\Exception\ChannelFailure extends \Drupal\courier\Exception\Exception
Expanded class hierarchy of ChannelFailure
1 file declares its use of ChannelFailure
- Email.php in src/
Entity/ Email.php - Contains \Drupal\courier\Entity\Email.
File
- src/
Exception/ ChannelFailure.php, line 13 - Contains \Drupal\courier\Exception\ChannelFailure.
Namespace
Drupal\courier\ExceptionView source
class ChannelFailure extends \Exception {
}