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

use Aws\Exception\AwsException;

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