Repository URL to install this package:
|
Version:
3.0.2 ▾
|
jsarnowski/wp-mail-smtp-pro
/
aws
/
aws-sdk-php
/
src
/
Exception
/
UnresolvedSignatureException.php
|
|---|
<?php
namespace WPMailSMTP\Vendor\Aws\Exception;
use WPMailSMTP\Vendor\Aws\HasMonitoringEventsTrait;
use WPMailSMTP\Vendor\Aws\MonitoringEventsInterface;
class UnresolvedSignatureException extends \RuntimeException implements \WPMailSMTP\Vendor\Aws\MonitoringEventsInterface
{
use HasMonitoringEventsTrait;
}