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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Kinesis Video WebRTC Storage** service.
 */
class KinesisVideoWebRTCStorageException extends AwsException {}