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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Elasticsearch Service** service.
 */
class ElasticsearchServiceException extends AwsException {}