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

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Prometheus Service** service.
 */
class PrometheusServiceException extends AwsException {}