<?phpnamespace AwsElastiCacheException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon ElastiCache service. */class ElastiCacheException extends AwsException {}