<?phpnamespace AwsCodeGuruReviewerException;use AwsExceptionAwsException;/** * Represents an error interacting with the **Amazon CodeGuru Reviewer** service. */class CodeGuruReviewerException extends AwsException {}