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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **AWS Price List Service** service.
 */
class PricingException extends AwsException {}