summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php
blob: 77d7419e7e7e27373dc1444e131405f8180a7e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Aws\Exception;

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

class UnresolvedEndpointException extends \RuntimeException implements
    MonitoringEventsInterface
{
    use HasMonitoringEventsTrait;
}