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