1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +08:00

Fix: Handle game error none4302 when starting a new guild operation

This commit is contained in:
LmeSzinc
2022-02-12 17:30:08 +08:00
parent f8800d2567
commit 5f3c583c52
4 changed files with 23 additions and 6 deletions

View File

@@ -31,7 +31,9 @@ class GameStuckError(Exception):
pass
class LogisticsRefreshBugHandler(Exception):
class GameBugError(Exception):
# An error has occurred in Azur Lane game client. Alas is unable to handle.
# A restart should fix it.
pass