summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/CodeGuruReviewer/Exception/CodeGuruReviewerException.php
blob: c4d5922940a49d8b76a1cf5718db6ca9da9e43f7 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\CodeGuruReviewer\Exception;

use Aws\Exception\AwsException;

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