summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Exception/CredentialsException.php
blob: 0801b628a00e7cdeb6926e34577f932a54d8d7d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
namespace Aws\Exception;

use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;

class CredentialsException extends \RuntimeException implements
    MonitoringEventsInterface
{
    use HasMonitoringEventsTrait;
}