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

use Aws\Exception\AwsException;

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