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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Elemental MediaPackage v2** service.
 */
class MediaPackageV2Exception extends AwsException {}