summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Sms/Exception/SmsException.php
blob: 2da68c287e209545abd4c4b56d015193c1969337 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\Sms\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Server Migration Service** service.
 */
class SmsException extends AwsException {}