Autoría | Ultima modificación | Ver Log |
<?php namespace Aws\ApiGateway\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS API Gateway** service. */ class ApiGatewayException extends AwsException {}
<?php
namespace Aws\ApiGateway\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **AWS API Gateway** service.
*/
class ApiGatewayException extends AwsException {}