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

use Aws\Exception\AwsException;

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