csrb/api/application/vendor/aws-sdk/Aws/Exception/UnresolvedApiException.php
2019-10-12 12:13:27 +05:30

12 lines
236 B
PHP

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