10 lines
216 B
PHP
10 lines
216 B
PHP
<?php
|
|
namespace Aws\MediaStore\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWS Elemental MediaStore** service.
|
|
*/
|
|
class MediaStoreException extends AwsException {}
|