DIR: /proc/self/cwd/vendor/aws/aws-sdk-php/src/Waf/Exception/ |
Current File : //proc/self/cwd/vendor/aws/aws-sdk-php/src/Waf/Exception/WafException.php |
<?php namespace Aws\Waf\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS WAF** service. */ class WafException extends AwsException {} |