class SmsPluginReportException in SMS Framework 2.1.x
Same name and namespace in other branches
- 8 src/Exception/SmsPluginReportException.php \Drupal\sms\Exception\SmsPluginReportException
- 2.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
- class \Drupal\sms\Exception\SmsException extends \Drupal\sms\Exception\RuntimeException
- class \Drupal\sms\Exception\SmsPluginReportException
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\ExceptionView source
class SmsPluginReportException extends SmsException {
}