- <?php
- namespace Aws\MarketplaceCommerceAnalytics\Exception;
- use Aws\Exception\AwsException;
- /**
- * Represents an error interacting with the **AWS Marketplace Commerce Analytics** service.
- */
- class MarketplaceCommerceAnalyticsException extends AwsException {}
|