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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon DocumentDB with MongoDB compatibility** service.
 */
class DocDBException extends AwsException {}