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

use Aws\Exception\AwsException;

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