D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Exception
/
Filename :
UnresolvedApiException.php
back
Copy
<?php namespace Aws\Exception; use Aws\HasMonitoringEventsTrait; use Aws\MonitoringEventsInterface; class UnresolvedApiException extends \RuntimeException implements MonitoringEventsInterface { use HasMonitoringEventsTrait; }