mirai-core / net.mamoe.mirai.network / CustomLoginFailedException

CustomLoginFailedException

abstract class CustomLoginFailedException : LoginFailedException

非 mirai 实现的异常

Constructors

<init>

CustomLoginFailedException(killBot: Boolean)
CustomLoginFailedException(killBot: Boolean, message: String?)
CustomLoginFailedException(killBot: Boolean, message: String?, cause: Throwable?)
CustomLoginFailedException(killBot: Boolean, cause: Throwable?)