newdesigngestionnaire/vendor/aws/aws-sdk-php/src/ConnectCampaignService/Exception/ConnectCampaignServiceException.php

10 lines
244 B
PHP
Executable File

<?php
namespace Aws\ConnectCampaignService\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AmazonConnectCampaignService** service.
*/
class ConnectCampaignServiceException extends AwsException {}