Add notes to UnsupportedSMSLoginException

This commit is contained in:
Him188 2020-07-16 22:11:43 +08:00
parent 45785adc09
commit 2e7370a0e7

View File

@ -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)
/**