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

use Aws\Exception\AwsException;

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