Files
runff/lib/aws/Aws/Exception/UnresolvedEndpointException.php
2019-04-29 16:09:00 +02:00

12 lines
241 B
PHP

<?php
namespace Aws\Exception;
use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;
class UnresolvedEndpointException extends \RuntimeException implements
MonitoringEventsInterface
{
use HasMonitoringEventsTrait;
}