D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
aws
/
aws-sdk-php
/
src
/
ApiGateway
/
Exception
/
Filename :
ApiGatewayException.php
back
Copy
<?php namespace Aws\ApiGateway\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS API Gateway** service. */ class ApiGatewayException extends AwsException {}