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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Chime SDK Identity** service.
 */
class ChimeSDKIdentityException extends AwsException {}