You are here

class SmsPluginReportException in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Exception/SmsPluginReportException.php \Drupal\sms\Exception\SmsPluginReportException
  2. 2.1.x src/Exception/SmsPluginReportException.php \Drupal\sms\Exception\SmsPluginReportException

Thrown if the result or reports set on a message by a gateway are invalid.

Hierarchy

Expanded class hierarchy of SmsPluginReportException

2 files declare their use of SmsPluginReportException
SmsFrameworkProcessorTest.php in tests/src/Kernel/SmsFrameworkProcessorTest.php
SmsMessageProcessor.php in src/EventSubscriber/SmsMessageProcessor.php

File

src/Exception/SmsPluginReportException.php, line 10

Namespace

Drupal\sms\Exception
View source
class SmsPluginReportException extends SmsException {

}

Members