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

use Aws\Exception\AwsException;

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