/
home
/
obinna
/
html
/
mixchief_app
/
vendor
/
aws
/
aws-sdk-php
/
src
/
Exception
/
Upload File
HOME
<?php namespace Aws\Exception; use Aws\HasMonitoringEventsTrait; use Aws\MonitoringEventsInterface; class CredentialsException extends \RuntimeException implements MonitoringEventsInterface { use HasMonitoringEventsTrait; }