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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWSMarketplace Metering** service.
 */
class MarketplaceMeteringException extends AwsException {}