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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Cost Explorer Service** service.
 */
class CostExplorerException extends AwsException {}