<?phpnamespace AwsS3Exception;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon Simple Storage Service. */class S3Exception extends AwsException {}