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

use Aws\Exception\AwsException;

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