<?phpnamespace AwsCloudSearchException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon CloudSearch service. */class CloudSearchException extends AwsException {}