10 lines
248 B
PHP
10 lines
248 B
PHP
<?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 {}
|