관리-도구
편집 파일: ApiGatewayException.php
<?php namespace Aws\ApiGateway\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **AWS API Gateway** service. */ class ApiGatewayException extends AwsException {}