<?phpnamespace AwsStsException;use AwsExceptionAwsException;/** * AWS Security Token Service exception. */class StsException extends AwsException {}