<?phpnamespace AwsGlacierException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon Glacier service. */class GlacierException extends AwsException {}