View file core/libs/s3/vendor/aws/aws-sdk-php/src/Sts/Exception/StsException.php
<?php
namespace Aws\Sts\Exception;
use Aws\Exception\AwsException;
/**
* AWS Security Token Service exception.
*/
class StsException extends AwsException {}
<?php
namespace Aws\Sts\Exception;
use Aws\Exception\AwsException;
/**
* AWS Security Token Service exception.
*/
class StsException extends AwsException {}