Files
runff/lib/aws/Aws/Exception/UnresolvedSignatureException.php
2019-04-29 16:09:00 +02:00

12 lines
242 B
PHP

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