diff --git a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/LoginFailedException.kt b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/LoginFailedException.kt index bb7356549..1b81eb8d8 100644 --- a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/LoginFailedException.kt +++ b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/network/LoginFailedException.kt @@ -45,7 +45,7 @@ class NoStandardInputForCaptchaException(override val cause: Throwable?) : /** * 需要短信验证时抛出. mirai 目前还不支持短信验证. */ -@MiraiExperimentalAPI +@MiraiExperimentalAPI("Will be removed when SMS login is supported") class UnsupportedSMSLoginException(message: String?) : LoginFailedException(true, message) /**