<?phpnamespace AwsDAXException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon DynamoDB Accelerator (DAX)** service. */class DAXException extends AwsException {}