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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Cost and Usage Report Service** service.
 */
class CostandUsageReportServiceException extends AwsException {}