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

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

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