summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/EndpointDiscovery/Exception/ConfigurationException.php
blob: f87cdbfa49d09d12537cb75f9e051690bae30901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
namespace Aws\EndpointDiscovery\Exception;

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

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