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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Glue** service.
 */
class GlueException extends AwsException {}