12 lines
234 B
PHP
Raw Normal View History

2025-02-26 11:49:20 +08:00
<?php
namespace Aws\Exception;
use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;
class CredentialsException extends \RuntimeException implements
MonitoringEventsInterface
{
use HasMonitoringEventsTrait;
}