<?phpnamespace AwsDynamoDbException;use AwsExceptionAwsException;/** * Represents an error interacting with the Amazon DynamoDB service. */class DynamoDbException extends AwsException {}