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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Savings Plans** service.
 */
class SavingsPlansException extends AwsException {}