Files
faveo/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
2019-04-19 14:37:37 +05:30

12 lines
242 B
PHP

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