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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Kinesis Analytics** service.
 */
class KinesisAnalyticsV2Exception extends AwsException {}