AbortSendingException.php in Simplenews 3.x
Same filename and directory in other branches
Namespace
Drupal\simplenewsFile
src/AbortSendingException.phpView source
<?php
namespace Drupal\simplenews;
/**
* Exception to throw to abort the current batch of sending.
*
* Use this when there is a global transport error that means any attempt to
* send to any address will fail.
*/
class AbortSendingException extends \RuntimeException {
}
Classes
Name | Description |
---|---|
AbortSendingException | Exception to throw to abort the current batch of sending. |