You are here

class AbortSendingException in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 src/AbortSendingException.php \Drupal\simplenews\AbortSendingException

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.

Hierarchy

Expanded class hierarchy of AbortSendingException

3 files declare their use of AbortSendingException
Mailer.php in src/Mail/Mailer.php
simplenews_test.module in tests/modules/simplenews_test/simplenews_test.module
Hook implementations for the Simplenews Test module.
SpoolList.php in src/Spool/SpoolList.php

File

src/AbortSendingException.php, line 11

Namespace

Drupal\simplenews
View source
class AbortSendingException extends \RuntimeException {

}

Members