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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Application Cost Profiler** service.
 */
class ApplicationCostProfilerException extends AwsException {}