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

use Aws\Exception\AwsException;

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