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

use Aws\Exception\AwsException;

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