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