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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Interactive Video Service Chat** service.
 */
class ivschatException extends AwsException {}