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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Redshift Data API Service** service.
 */
class RedshiftDataAPIServiceException extends AwsException {}