laipower/wp-content/plugins/infinite-uploads/vendor/Aws3/Aws/Exception/UnresolvedSignatureException.php

11 lines
351 B
PHP

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