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

12 lines
236 B
PHP

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