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

use Aws\Exception\AwsException;

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