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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the Amazon Simple Notification Service.
 */
class SnsException extends AwsException {}