You are here

AbortSendingException.php in Simplenews 8.2

Same filename and directory in other branches
  1. 3.x src/AbortSendingException.php

Namespace

Drupal\simplenews

File

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

Namesort descending Description
AbortSendingException Exception to throw to abort the current batch of sending.