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

use Aws\Exception\AwsException;

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