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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Timestream Query** service.
 */
class TimestreamQueryException extends AwsException {}