10 lines
233 B
PHP
10 lines
233 B
PHP
<?php
|
|
namespace Aws\MarketplaceMetering\Exception;
|
|
|
|
use Aws\Exception\AwsException;
|
|
|
|
/**
|
|
* Represents an error interacting with the **AWSMarketplace Metering** service.
|
|
*/
|
|
class MarketplaceMeteringException extends AwsException {}
|