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