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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AmazonConnectCampaignService** service.
 */
class ConnectCampaignServiceException extends AwsException {}