Add ForceOfflineException for clearer close reason

This commit is contained in:
Him188 2020-02-14 18:37:20 +08:00
parent 2bbc324245
commit ba946eb249

View File

@ -0,0 +1,3 @@
package net.mamoe.mirai.network
class ForceOfflineException(override val message: String?) : RuntimeException()