smsplatform-1.0.x-dev/src/Exception/SmsPluginReportException.php
src/Exception/SmsPluginReportException.php
<?php
declare(strict_types=1);
namespace Drupal\smsplatform\Exception;
/**
* Thrown if the result or reports set on a message by a gateway are invalid.
*/
class SmsPluginReportException extends SmsException {}
