Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChimeSDKMediaPipelinesException.php « Exception « ChimeSDKMediaPipelines « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 22deb6eb2b6421fa4229682f4e303f50d565a774 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\ChimeSDKMediaPipelines\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Chime SDK Media Pipelines** service.
 */
class ChimeSDKMediaPipelinesException extends AwsException {}