<?php
namespace Aws\DynamoDb\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the Amazon DynamoDB service.
 */
class DynamoDbException extends AwsException {}