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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Marketplace Commerce Analytics** service.
 */
class MarketplaceCommerceAnalyticsException extends AwsException {}