summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/DocDBElastic/Exception/DocDBElasticException.php
blob: 476ba5aac589a125ca55cb516827a37876332009 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\DocDBElastic\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon DocumentDB Elastic Clusters** service.
 */
class DocDBElasticException extends AwsException {}