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

ConfigurationException.php « Exception « UseFipsEndpoint « Endpoint « src « aws-sdk-php « aws - github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 468aa650a529ec24d29f2d8dc92b94bae4bfbb2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
namespace Aws\Endpoint\UseFipsEndpoint\Exception;

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

/**
 * Represents an error interacting with configuration for useFipsRegion
 */
class ConfigurationException extends \RuntimeException implements
    MonitoringEventsInterface
{
    use HasMonitoringEventsTrait;
}