ChannelFailure.php in Courier 8
Same filename and directory in other branches
Contains \Drupal\courier\Exception\ChannelFailure.
Namespace
Drupal\courier\ExceptionFile
src/Exception/ChannelFailure.phpView source
<?php
/**
* @file
* Contains \Drupal\courier\Exception\ChannelFailure.
*/
namespace Drupal\courier\Exception;
/**
* Defines an exception for when a message cannot be sent.
*/
class ChannelFailure extends \Exception {
}
Classes
Name | Description |
---|---|
ChannelFailure | Defines an exception for when a message cannot be sent. |