Your IP : 3.145.78.12
<?php namespace Aws\CodeGuruReviewer\Exception; use Aws\Exception\AwsException; /** * Represents an error interacting with the **Amazon CodeGuru Reviewer** service. */ class CodeGuruReviewerException extends AwsException {} |