/home/mip/mip/vendor/aws/aws-sdk-php/src/CloudFormation/Exception/CloudFormationException.php
<?php
namespace Aws\CloudFormation\Exception;

use Aws\Exception\AwsException;

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