mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-23 06:10:30 +08:00
Deprecate ForceOfflineException
This commit is contained in:
parent
6bc5c1204e
commit
2e1ec03daa
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2019-2020 Mamoe Technologies and contributors.
|
* Copyright 2019-2021 Mamoe Technologies and contributors.
|
||||||
*
|
*
|
||||||
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
|
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
|
||||||
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
|
* Use of this source code is governed by the GNU AGPLv3 license that can be found through the following link.
|
||||||
@ -12,11 +12,11 @@ package net.mamoe.mirai.network
|
|||||||
import kotlinx.coroutines.CancellationException
|
import kotlinx.coroutines.CancellationException
|
||||||
import kotlinx.coroutines.Job
|
import kotlinx.coroutines.Job
|
||||||
import net.mamoe.mirai.Bot
|
import net.mamoe.mirai.Bot
|
||||||
import kotlin.jvm.JvmOverloads
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 当 [Bot] 被迫下线时抛出, 作为 [Job.cancel] 的 `cause`
|
* 当 [Bot] 被迫下线时抛出, 作为 [Job.cancel] 的 `cause`
|
||||||
*/
|
*/
|
||||||
|
@Deprecated("Not used anymore since 2.7", level = DeprecationLevel.WARNING)
|
||||||
public class ForceOfflineException
|
public class ForceOfflineException
|
||||||
@JvmOverloads constructor(
|
@JvmOverloads constructor(
|
||||||
public override val message: String? = null,
|
public override val message: String? = null,
|
||||||
|
Loading…
Reference in New Issue
Block a user