<?phpnamespace AwsSqsException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon Simple Queue Service. */class SqsException extends AwsException {}