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

use Aws\Exception\AwsException;

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