<?phpnamespace AwsCloudFormationException;use AwsExceptionAwsException;/** * Represents an error interacting with the AWS CloudFormation service. */class CloudFormationException extends AwsException {}