AutorÃa | Ultima modificación | Ver Log |
<?phpnamespace Aws\Auth\Exception;use Aws\HasMonitoringEventsTrait;use Aws\MonitoringEventsInterface;/*** Represents an error when attempting to resolve authentication.*/class UnresolvedAuthSchemeException extends \RuntimeException implementsMonitoringEventsInterface{use HasMonitoringEventsTrait;}