<?phpnamespace AwsApiGatewayException;use AwsExceptionAwsException;/** * Represents an error interacting with the **AWS API Gateway** service. */class ApiGatewayException extends AwsException {}