Welcome to mirror list, hosted at ThFree Co, Russian Federation.

PinpointSMSVoiceV2Exception.php « Exception « PinpointSMSVoiceV2 « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91c18c848e8a5e86433fcc6b0d11a71b48ef3e26 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\PinpointSMSVoiceV2\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Pinpoint SMS Voice V2** service.
 */
class PinpointSMSVoiceV2Exception extends AwsException {}