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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Lake Formation** service.
 */
class LakeFormationException extends AwsException {}