Commit 2e7370a0 authored by Him188's avatar Him188

Add notes to UnsupportedSMSLoginException

parent 45785adc
...@@ -45,7 +45,7 @@ class NoStandardInputForCaptchaException(override val cause: Throwable?) : ...@@ -45,7 +45,7 @@ class NoStandardInputForCaptchaException(override val cause: Throwable?) :
/** /**
* 需要短信验证时抛出. mirai 目前还不支持短信验证. * 需要短信验证时抛出. mirai 目前还不支持短信验证.
*/ */
@MiraiExperimentalAPI @MiraiExperimentalAPI("Will be removed when SMS login is supported")
class UnsupportedSMSLoginException(message: String?) : LoginFailedException(true, message) class UnsupportedSMSLoginException(message: String?) : LoginFailedException(true, message)
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment