newdesigngestionnaire/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php

12 lines
242 B
PHP
Executable File

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