summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Exception/UnresolvedSignatureException.php
blob: a04674c991fceb1ff2cd7024a7c1d1be18b1d38f (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Aws\Exception;

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

class UnresolvedSignatureException extends \RuntimeException implements
    MonitoringEventsInterface
{
    use HasMonitoringEventsTrait;
}