Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ManagedGrafanaException.php « Exception « ManagedGrafana « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6b7fa37cf9ebb8603d4c708369420bfed1f47b25 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\ManagedGrafana\Exception;

use Aws\Exception\AwsException;

/**
 * Represents an error interacting with the **Amazon Managed Grafana** service.
 */
class ManagedGrafanaException extends AwsException {}