summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Sts/Exception/StsException.php
blob: 81cff402edecb277e05a009fb3bb5d2e871cd732 (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace Aws\Sts\Exception;

use Aws\Exception\AwsException;

/**
 * AWS Security Token Service exception.
 */
class StsException extends AwsException {}