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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the AWS Config service.
 */
class ConfigServiceException extends AwsException {}