SmsPluginReportException.php in SMS Framework 8
Same filename and directory in other branches
Namespace
Drupal\sms\ExceptionFile
src/Exception/SmsPluginReportException.phpView source
<?php
namespace Drupal\sms\Exception;
/**
* Thrown if the result or reports set on a message by a gateway are invalid.
*/
class SmsPluginReportException extends SmsException {
}
Classes
Name | Description |
---|---|
SmsPluginReportException | Thrown if the result or reports set on a message by a gateway are invalid. |