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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon AppConfig** service.
 */
class AppConfigException extends AwsException {}