You are here

SmsPluginReportException.php in SMS Framework 2.x

File

src/Exception/SmsPluginReportException.php
View source
<?php

declare (strict_types=1);
namespace Drupal\sms\Exception;


/**
 * Thrown if the result or reports set on a message by a gateway are invalid.
 */
class SmsPluginReportException extends SmsException {

}

Classes

Namesort descending Description
SmsPluginReportException Thrown if the result or reports set on a message by a gateway are invalid.