Files
be-accone/vendor/aws_sdk/Aws/PrometheusService/Exception/PrometheusServiceException.php

10 lines
231 B
PHP

<?php
namespace Aws\PrometheusService\Exception;
use Aws\Exception\AwsException;
/**
* Represents an error interacting with the **Amazon Prometheus Service** service.
*/
class PrometheusServiceException extends AwsException {}