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

use Aws\Exception\AwsException;

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