관리-도구
편집 파일: CredentialsException.php
<?php namespace Aws\Exception; use Aws\HasMonitoringEventsTrait; use Aws\MonitoringEventsInterface; class CredentialsException extends \RuntimeException implements MonitoringEventsInterface { use HasMonitoringEventsTrait; }