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