refactor: 补充异常描述消息.

This commit is contained in:
LamGC 2024-03-25 23:18:16 +08:00
parent 5e4669dbe8
commit f8e1015393
Signed by: LamGC
GPG Key ID: 6C5AE2A913941E1D

View File

@ -37,7 +37,7 @@ public interface BotExtensionFactory {
*/
@Deprecated(since = "0.7.0", forRemoval = true)
default AbilityExtension createExtensionInstance(BaseAbilityBot bot, File shareDataFolder) {
throw new UnsupportedOperationException();
throw new UnsupportedOperationException("The method has not been implemented.");
}
/**