You are here

ChannelFailure.php in Courier 8

Same filename and directory in other branches
  1. 2.x src/Exception/ChannelFailure.php

File

src/Exception/ChannelFailure.php
View 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

Namesort descending Description
ChannelFailure Defines an exception for when a message cannot be sent.