File "CredentialsException.php"
Full Path: /home/bettaeza/flyinsyria.com/aws/aws-sdk-php/src/Exception/CredentialsException.php
File size: 245 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Aws\Exception;
use Aws\HasMonitoringEventsTrait;
use Aws\MonitoringEventsInterface;
class CredentialsException extends \RuntimeException implements
MonitoringEventsInterface
{
use HasMonitoringEventsTrait;
}