PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Exception
/
Editing: UnresolvedApiException.php
<?php namespace Aws\Exception; use Aws\HasMonitoringEventsTrait; use Aws\MonitoringEventsInterface; class UnresolvedApiException extends \RuntimeException implements MonitoringEventsInterface { use HasMonitoringEventsTrait; }
SAVE
CANCEL