mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-03 02:29:21 +08:00
Add notes to UnsupportedSMSLoginException
This commit is contained in:
parent
45785adc09
commit
2e7370a0e7
@ -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)
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user