Skip to content

Commit e5d6d3c

Browse files
committed
Deprecate UnsupportedSigningAlgorithmException
1 parent 5d7de0c commit e5d6d3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime/auth/aws-signing-common/common/src/aws/smithy/kotlin/runtime/auth/awssigning/AwsSigningExceptions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import aws.smithy.kotlin.runtime.InternalApi
1717
* @param cause The cause of the exception
1818
*/
1919
@InternalApi
20+
@Deprecated("This exception is no longer thrown. It will be removed in the next minor version, v1.5.x.")
2021
public class UnsupportedSigningAlgorithmException(
2122
message: String,
2223
public val signingAlgorithm: AwsSigningAlgorithm,

0 commit comments

Comments
 (0)