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

use Aws\Exception\AwsException;

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