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

use Aws\Exception\AwsException;

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