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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Kinesis Video Streams Media** service.
 */
class KinesisVideoMediaException extends AwsException {}