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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Compute Optimizer** service.
 */
class ComputeOptimizerException extends AwsException {}