View file core/libs/s3/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php

File size: 228B
<?php
namespace Aws\CodeGuruReviewer\Exception;

use Aws\Exception\AwsException;

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