mirror of
https://gh.wpcy.net/https://github.com/pixelabs-wp/whitelabel-plugins-update-server.git
synced 2026-04-19 07:07:04 +08:00
9 lines
233 B
PHP
9 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 {}
|