summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint/Exception/ConfigurationException.php
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;
}