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

use Aws\Exception\AwsException;

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