/home/mip/mip/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php
<?php
namespace Aws\CodeGuruReviewer\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon CodeGuru Reviewer** service.
 */
class CodeGuruReviewerException extends AwsException {}