mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
refactor: 补充异常描述消息.
This commit is contained in:
parent
5e4669dbe8
commit
f8e1015393
@ -37,7 +37,7 @@ public interface BotExtensionFactory {
|
|||||||
*/
|
*/
|
||||||
@Deprecated(since = "0.7.0", forRemoval = true)
|
@Deprecated(since = "0.7.0", forRemoval = true)
|
||||||
default AbilityExtension createExtensionInstance(BaseAbilityBot bot, File shareDataFolder) {
|
default AbilityExtension createExtensionInstance(BaseAbilityBot bot, File shareDataFolder) {
|
||||||
throw new UnsupportedOperationException();
|
throw new UnsupportedOperationException("The method has not been implemented.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user