Files
pictshare/storage-controllers/s3/Aws/Sts/Exception/StsException.php
2020-01-05 03:11:41 +01:00

10 lines
161 B
PHP

<?php
namespace Aws\Sts\Exception;
use Aws\Exception\AwsException;
/**
* AWS Security Token Service exception.
*/
class StsException extends AwsException {}