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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Marketplace Catalog Service** service.
 */
class MarketplaceCatalogException extends AwsException {}