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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Voice ID** service.
 */
class VoiceIDException extends AwsException {}