crmeb-background-api/crmeb/vendor/aws/aws-sdk-php/src/Exception/UnresolvedEndpointException.php

12 lines
241 B
PHP
Raw Permalink Normal View History

2025-02-26 11:49:20 +08:00
<?php
namespace Aws\Exception;
use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;
class UnresolvedEndpointException extends \RuntimeException implements
MonitoringEventsInterface
{
use HasMonitoringEventsTrait;
}