<?php namespace Aws\Waf\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS WAF** service. */ class WafException extends AwsException {}
info at phpclasses dot org