Your IP : 18.190.176.244
<?php namespace Aws\Exception; use Aws\HasMonitoringEventsTrait; use Aws\MonitoringEventsInterface; class UnresolvedSignatureException extends \RuntimeException implements MonitoringEventsInterface { use HasMonitoringEventsTrait; } |